XBeeの動作確認プログラム(nucleo用)

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
scb01166
Date:
Thu Sep 10 03:44:40 2020 +0000
Parent:
2:3bda32202d89
Commit message:
first commit;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jun 25 09:44:19 2018 +0000
+++ b/main.cpp	Thu Sep 10 03:44:40 2020 +0000
@@ -17,7 +17,7 @@
 #include "mbed.h"
 
 Serial pc(USBTX, USBRX);
-Serial xbee(p9, p10);
+Serial xbee(PA_9, PA_10);
 
 int main()
 {