Test program for FF1705.

Dependencies:   libxDot-dev-mbed5-deprecated ISL29011

Files at this revision

API Documentation at this revision

Comitter:
jernej_vrscaj
Date:
Tue Nov 07 11:22:06 2017 +0000
Parent:
0:d96e7e513c16
Child:
2:9b44950b84af
Commit message:
Testing program for FF1705.

Changed in this revision

Example/inc/RadioEvent.h Show annotated file Show diff for this revision Revisions of this file
Example/src/peer_to_peer_example.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Example/inc/RadioEvent.h	Tue Nov 07 11:18:57 2017 +0000
+++ b/Example/inc/RadioEvent.h	Tue Nov 07 11:22:06 2017 +0000
@@ -5,8 +5,8 @@
 #include "mDotEvent.h"
 #include "C12832.h"
 
-//#define TEST_board
-#define REFERENCE_board
+#define TEST_board
+//#define REFERENCE_board
 
 #ifdef TEST_board
 extern C12832 lcd;
--- a/Example/src/peer_to_peer_example.cpp	Tue Nov 07 11:18:57 2017 +0000
+++ b/Example/src/peer_to_peer_example.cpp	Tue Nov 07 11:22:06 2017 +0000
@@ -5,8 +5,8 @@
 
 #if ACTIVE_EXAMPLE == PEER_TO_PEER_EXAMPLE
 
-//#define TEST_board
-#define REFERENCE_board
+#define TEST_board
+//#define REFERENCE_board
 
 
 /////////////////////////////////////////////////////////////////////////////