XBeeの動作確認プログラム(nucleo用)
Dependencies: mbed
Diff: main.cpp
- Revision:
- 3:98846d16792c
- Parent:
- 2:3bda32202d89
--- 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() {