Added atmega328p support
This commit is contained in:
parent
939cdc1196
commit
629be83f8a
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
namespace i2c {
|
namespace i2c {
|
||||||
|
|
||||||
#if defined(__AVR_ATmega1284P__)
|
#if defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega328P__)
|
||||||
|
|
||||||
enum class Prescaler {
|
enum class Prescaler {
|
||||||
PRESCALER_1 = 0b00,
|
PRESCALER_1 = 0b00,
|
||||||
|
Loading…
Reference in New Issue
Block a user