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

Dependencies:   mbed-http

source/main.h

Committer:
ocomeni
Date:
2019-06-14
Branch:
PassingRegression
Revision:
123:a49e9ffbaca6
Parent:
121:ac4f59839e4f

File content as of revision 123:a49e9ffbaca6:

#ifndef __MAIN_H__
#define __MAIN_H__
#define API_MAJOR_VERSION 1
#define API_MINOR_VERSION 0
#define API_BUILD_NUMBER  122
void print_memory_info();
void blinkLEDs();
void trigger_start_BLE();
void trigger_stop_BLE();
void trigger_start_WiFi();
void trigger_stop_WiFi();
void saveConfiguration(nvstore_key_t configKey);
void resetConfiguration();
bool deleteConfiguration(nvstore_key_t configKey);

#endif // __MAIN_H__