|
|
@ -534,6 +534,13 @@ public: |
|
|
#include <helpers/ArduinoSerialInterface.h> |
|
|
#include <helpers/ArduinoSerialInterface.h> |
|
|
ArduinoSerialInterface serial_interface; |
|
|
ArduinoSerialInterface serial_interface; |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
#elif defined(NRF52_PLATFORM) |
|
|
|
|
|
#ifdef BLE_PIN_CODE |
|
|
|
|
|
#error "BLE not defined yet" |
|
|
|
|
|
#else |
|
|
|
|
|
#include <helpers/ArduinoSerialInterface.h> |
|
|
|
|
|
ArduinoSerialInterface serial_interface; |
|
|
|
|
|
#endif |
|
|
#else |
|
|
#else |
|
|
#error "need to define a serial interface" |
|
|
#error "need to define a serial interface" |
|
|
#endif |
|
|
#endif |
|
|
|