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.
Dependencies: VNH5019
Dependents: Aigamozu_Robot_展示会 Aigamozu_Robot_March Aigamozu_Robot_templete
Fork of AigamozuControlPackets by
Diff: AigamozuControlPackets.cpp
- Revision:
- 9:4f675487f06b
- Parent:
- 7:200ce5c1f486
- Child:
- 10:e77c664ee5e2
--- a/AigamozuControlPackets.cpp Thu Apr 09 11:17:06 2015 +0000 +++ b/AigamozuControlPackets.cpp Fri Apr 10 12:58:42 2015 +0000 @@ -33,7 +33,7 @@ packetLength = RECEIVE_STATUS_COMMNAD_LENGTH; } -void AigamozuControlPackets::createRequestCommand(uint8_t fromID,uint8_t toID,uint8_t) +void AigamozuControlPackets::createRequestCommand(uint8_t fromID,uint8_t toID) { uint8_t tmp[] = {'A','G','S','S','F',fromID,'T',toID,'A','G','E'}; for(int i = 0; i < REQUEST_COMMNAD_LENGTH; ++i) packetData[i] = tmp[i];