to Mineta
Dependencies: VNH5019
Dependents: agz_base_ver2 agz_base_ver2 get_GPS_data_ver1 aigamozu_program_ver2 ... more
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];