Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of CubeFine by
Diff: Protocol.h
- Revision:
- 1:54a2d380f8c7
- Parent:
- 0:362c1482232c
- Child:
- 2:7964622fb5a5
--- a/Protocol.h Thu Jun 02 04:03:31 2016 +0000 +++ b/Protocol.h Fri Jul 01 09:41:15 2016 +0000 @@ -1,8 +1,8 @@ #include "Microduino_Protocol_HardSer.h" //BLE////////////////////// -Serial pc(P0_4,P0_0); -//Serial pc(P0_0, P0_4); +Serial pc(D1, D0); + Protocol bleProtocol(&pc, TYPE_NUM); //软串口,校验数据类 #define this_node 1 //设置本机ID @@ -34,7 +34,6 @@ break; case P_FINE: //DATA OK return true; - break; case P_ERROR: //DATA ERROR #ifdef BLE_SoftSerial mySerial.stopListening();