1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updating libraries for atmega328 (adding it to a couple of #if's, etc.).

This commit is contained in:
David A. Mellis
2008-11-08 21:57:48 +00:00
parent 65b1e9225c
commit b2b32eb4f3
3 changed files with 6 additions and 6 deletions

View File

@ -64,7 +64,7 @@ void twi_init(void)
// initialize state
twi_state = TWI_READY;
#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega8__)
#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega8__) || defined(__AVR_ATmega328P__)
// activate internal pull-ups for twi
// as per note from atmega8 manual pg167
sbi(PORTC, 4);
@ -329,7 +329,7 @@ void twi_releaseBus(void)
twi_state = TWI_READY;
}
SIGNAL(SIG_2WIRE_SERIAL)
SIGNAL(TWI_vect)
{
switch(TW_STATUS){
// All Master