1
0

simpler UART

This commit is contained in:
2019-03-15 23:23:31 -04:00
parent fe7ac2ff42
commit f6f67e382e
3 changed files with 24 additions and 142 deletions

View File

@@ -4,7 +4,7 @@
// ----------------------------------------------------------------------------------------------
#define BUFSIZE 128 // Size of the read buffer for incoming data
#define VERBOSE_MODE true // If set to 'true' enables debug output
#define BLE_READPACKET_TIMEOUT 400 // Timeout in ms waiting to read a response
#define BLE_READPACKET_TIMEOUT 10 // Timeout in ms waiting to read a response
// SOFTWARE UART SETTINGS