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.
Diff: Arduino-mbed-APIs/arduino-mbed.h
- Revision:
- 78:9d2cc07d9525
- Parent:
- 77:7f227a4dffe6
- Child:
- 80:62f0b027efff
diff -r 7f227a4dffe6 -r 9d2cc07d9525 Arduino-mbed-APIs/arduino-mbed.h --- a/Arduino-mbed-APIs/arduino-mbed.h Mon Jul 31 16:11:17 2017 +0200 +++ b/Arduino-mbed-APIs/arduino-mbed.h Wed Aug 02 10:34:14 2017 +0200 @@ -38,6 +38,7 @@ extern void stopTimer(Tcc *t); extern uint64_t ns_getTicker(void); extern Tcc *getTimeout_tcc(void); +extern int CPUID(uint8_t *buf, int maxSize, uint32_t xorval); extern void sleep(void);