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 SS_SensePOC2P0_11Dec2017_USERPID by
Diff: struct.h
- Revision:
- 74:9ba8a7101036
- Parent:
- 72:1f990fa8c516
diff -r 22e4f398a2a6 -r 9ba8a7101036 struct.h --- a/struct.h Thu Dec 07 07:30:46 2017 +0000 +++ b/struct.h Sun Dec 10 03:17:14 2017 +0000 @@ -96,5 +96,5 @@ uint8_t checksum_rawdata(const uint8_t data[], uint32_t numBytes) ; uint8_t poc2p0_bt_receive (uint8_t curr_touch_state); -uint8_t* get_userpid(void); +char* get_userpid(void); #endif
