Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ADT7410 MQTToveCC3000 MbedJSONValue NVIC_set_all_priorities cc3000_hostdriver_mbedsocket2 mbed
Fork of cc3000_simple_socket_demo by
Diff: main.h
- Revision:
- 14:5f84f9ae168e
- Parent:
- 11:991f6c2444e9
- Child:
- 16:45572def5fb2
diff -r 4f08ef840b16 -r 5f84f9ae168e main.h --- a/main.h Wed Oct 16 21:15:29 2013 +0000 +++ b/main.h Thu Nov 07 20:30:27 2013 +0000 @@ -16,9 +16,10 @@ #ifndef MAIN_H #define MAIN_H -#define WIGO 1 -#define WIFI_DIPCORTEX 2 -#define UNDEFINED 3 +#define WIGO 1 +#define WIFI_DIPCORTEX 2 +#define MBED_BOARD_EXAMPLE 3 +#define UNDEFINED 4 #define MY_BOARD WIGO
