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_20sept_2017_4th_oct_2017 by
main.h
00001 #ifndef MAIN_H_ 00002 #define MAIN_H_ 00003 00004 #define TIMER_ENABLE_DEBUG_MODE 600000 //added on 22/09/2017 nikita 00005 00006 bool get_filecreated_status(void); //get status of file created 00007 void set_filecreated_status(void); //set file created 00008 void clear_filecreated_status(void); //clear file created 00009 void increment_filepid (void); 00010 void increment_btpid (void); 00011 uint32_t get_btpid(void); 00012 void store_btpid(uint32_t bt_pid); 00013 uint32_t get_filepid(void); 00014 void store_filepid(uint32_t pid); 00015 bool read_debug_status(); 00016 uint32_t get_timer_debug(); 00017 #endif 00018
Generated on Thu Jul 14 2022 21:53:48 by
 1.7.2
 1.7.2 
    