Geo beacon for VF.
Dependencies: MMA8452 aconno_bsp adc52832_common
Revision 39:8553e1c36d31, committed 2018-04-20
- Comitter:
- dbartolovic
- Date:
- Fri Apr 20 13:41:46 2018 +0000
- Parent:
- 37:4b38af411b64
- Commit message:
- Minor changes
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Apr 20 13:33:36 2018 +0000
+++ b/main.cpp Fri Apr 20 13:41:46 2018 +0000
@@ -61,6 +61,7 @@
#define UART_TX (p25)
#define UART_RX (p26)
+
#if DEBUG_PRINT_UART
#include "nrf52_uart.h"
NRF52_UART uart(UART_TX, UART_RX, Baud9600);

