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.
Fork of pcb_test_vr1_1_2 by
Diff: beacon.h
- Revision:
- 0:e91ee0e99213
- Child:
- 3:0931a8800543
diff -r 000000000000 -r e91ee0e99213 beacon.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/beacon.h Tue Apr 07 16:11:54 2015 +0000 @@ -0,0 +1,5 @@ +#include "mbed.h" + +void writereg(uint8_t reg,uint8_t val); +uint8_t readreg(uint8_t reg); +void FUNC_BEA();
