sakthi priya amirtharaj / Mbed 2 deprecated pcb_test_v1_1_1

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1 by sakthi priya amirtharaj

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers beacon.h Source File

beacon.h

00001 #include "mbed.h"
00002 
00003 void writereg(uint8_t reg,uint8_t val);
00004 uint8_t readreg(uint8_t reg);
00005 void FUNC_BEA();