nikita teggi / Mbed 2 deprecated merged_code2_3rd_nov_2017

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of merged_code2_20sept_2017_4th_oct_2017 by nikita teggi

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 
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