tarou yamada / Mbed 2 deprecated XBEE_LPC1114

Dependencies:   SerialToI2C mbed

Files at this revision

API Documentation at this revision

Comitter:
inst
Date:
Wed Oct 14 06:10:01 2015 +0000
Child:
1:312cf96560ec
Commit message:

Changed in this revision

SerialToI2C.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SerialToI2C.lib	Wed Oct 14 06:10:01 2015 +0000
@@ -0,0 +1,1 @@
+SerialToI2C#f55382f220f2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed Oct 14 06:10:01 2015 +0000
@@ -0,0 +1,12 @@
+#include "SerialToI2C.h"
+
+int main(){
+    SerialToI2C::create( /* sda */dp5, /* scl */dp27, /* tx */dp16, /* rx */dp15 );
+    
+    while ( true ){
+        SerialToI2C::getInstance()->update();
+    }
+    
+    return 0;
+}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed Oct 14 06:10:01 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4f6c30876dfa
\ No newline at end of file