this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

main.h

00001 #ifndef __MAIN_H__
00002 #define __MAIN_H__
00003 #define API_MAJOR_VERSION 1
00004 #define API_MINOR_VERSION 0
00005 #define API_BUILD_NUMBER  122
00006 void print_memory_info();
00007 void blinkLEDs();
00008 void trigger_start_BLE();
00009 void trigger_stop_BLE();
00010 void trigger_start_WiFi();
00011 void trigger_stop_WiFi();
00012 void saveConfiguration(nvstore_key_t configKey);
00013 void resetConfiguration();
00014 bool deleteConfiguration(nvstore_key_t configKey);
00015 
00016 #endif // __MAIN_H__