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: SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217
Fork of merged_code2_3rd_nov_2017 by
Diff: main.h
- Revision:
- 51:1a4693774b60
- Parent:
- 49:3ff80c4bc1be
- Child:
- 54:f2a413d5dffd
--- a/main.h Sat Sep 16 06:54:42 2017 +0000 +++ b/main.h Wed Sep 20 07:48:55 2017 +0000 @@ -1,7 +1,7 @@ #ifndef MAIN_H_ #define MAIN_H_ - +#define TIMER_ENABLE_DEBUG_MODE 60000 bool get_filecreated_status(void); //get status of file created void set_filecreated_status(void); //set file created @@ -12,6 +12,7 @@ void store_btpid(uint32_t bt_pid); uint32_t get_filepid(void); void store_filepid(uint32_t pid); -uint8_t read_debug_status(); +bool read_debug_status(); +uint32_t get_timer_debug(); #endif