1
TinyDuino Processors & TinyShields / Re: TinyZero BLE Codebender
« on: January 30, 2019, 10:51:31 PM »
Thanks Ben! I have also tried to use it in the Arduino IDE following this comment:
//when using this project in the Arduino IDE, set the following to false and rename file UART.h to UART.ino
But nothing shows on the serial monitor, even after waiting several minutes. Just wondering if there is anything else that needs to be done for the code to operate on the TinyZero.
//when using this project in the Arduino IDE, set the following to false and rename file UART.h to UART.ino
Code: [Select]
#define CODEBENDER false
Also uncommented this line:Code: [Select]
while (!SerialMonitorInterface);//Optional- On TinyScreen+/SAMD21 boards this will block until the serial monitor is opened
But nothing shows on the serial monitor, even after waiting several minutes. Just wondering if there is anything else that needs to be done for the code to operate on the TinyZero.