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:
- 43:85a7f399cb9d
- Parent:
- 42:c81673b04b6a
- Child:
- 49:3ff80c4bc1be
--- a/main.h Mon Sep 11 10:02:46 2017 +0000 +++ b/main.h Mon Sep 11 13:09:29 2017 +0000 @@ -6,8 +6,8 @@ bool get_filecreated_status(void); //get status of file created void set_filecreated_status(void); //set file created void clear_filecreated_status(void); //clear file created -void increment_pid (void); - +void increment_filepid (void); +void increment_btpid (void); uint32_t get_btpid(void); void store_btpid(uint32_t bt_pid); uint32_t get_filepid(void);