Nuvoton
/
NuMaker-mbed-NuBrick-example
NuMaker Brick I2C slave devices
Diff: main.cpp
- Revision:
- 0:605bda4be3d8
- Child:
- 1:2fcc21a82c3b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Nov 01 01:15:21 2016 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" + +int main() { + + printf("Example for access to NuMaker Brick I2C slave devices\n"); + return 0; +} +