Closed heikete closed 5 years ago
In i2c.c there's a macro which tells if the MCU is supported. Simple Atmega8 has the same registers so it works flawlesly, but compilation fails due to this check.
atmega8 added at i2c ;)
In i2c.c there's a macro which tells if the MCU is supported. Simple Atmega8 has the same registers so it works flawlesly, but compilation fails due to this check.