AVR_ATtinyxy6/7 support

Addresses #145
This commit is contained in:
Felix Rusu 2020-06-23 11:02:01 -04:00
parent 1729bef7fa
commit 4235208c68
1 changed files with 6 additions and 4 deletions

View File

@ -49,6 +49,8 @@
#define RF69_PLATFORM RF69_PLATFORM_ESP32
#elif defined(ARDUINO)
#define RF69_PLATFORM RF69_PLATFORM_ARDUINO
#elif defined(AVR_ATtinyxy7) || defined(AVR_ATtinyxy6) // MegaTinyCore AVR Series-1
#define RF69_PLATFORM RF69_PLATFORM_ARDUINO
#elif defined(__MSP430G2452__) || defined(__MSP430G2553__)
#define RF69_PLATFORM RF69_PLATFORM_MSP430
#elif defined(MCU_STM32F103RE)