i2c testing for integration

Dependencies:   mbed-rtos mbed

Fork of pcb_test_v1_1_1 by sakthi priya amirtharaj

Committer:
raizel_varun
Date:
Thu Apr 09 15:12:12 2015 +0000
Revision:
2:3d9ca9554adf
Parent:
0:e91ee0e99213
testing , i2c

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sakthipriya 0:e91ee0e99213 1 #include "mbed.h"
sakthipriya 0:e91ee0e99213 2
sakthipriya 0:e91ee0e99213 3 void writereg(uint8_t reg,uint8_t val);
sakthipriya 0:e91ee0e99213 4 uint8_t readreg(uint8_t reg);
sakthipriya 0:e91ee0e99213 5 void FUNC_BEA();