Dependencies: mbed
Revision 2:3bda32202d89, committed 2018-06-25
- Comitter:
- igarashi50
- Date:
- Mon Jun 25 09:44:19 2018 +0000
- Parent:
- 1:93fb9c524902
- Commit message:
- send connected message
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 93fb9c524902 -r 3bda32202d89 main.cpp --- a/main.cpp Wed Jun 13 09:32:14 2018 +0000 +++ b/main.cpp Mon Jun 25 09:44:19 2018 +0000 @@ -22,6 +22,7 @@ int main() { pc.printf("XBee Start\r\n"); + xbee.printf("XBee Connected\r\n"); while(1) { pc.printf("Waiting for data...\r\n");