20180723
Fork of MX28 by
Diff: Mx28.cpp
- Revision:
- 3:f4f5f485eed3
- Parent:
- 2:2e32ee9f0e51
--- a/Mx28.cpp Thu Apr 28 14:02:54 2016 +0000 +++ b/Mx28.cpp Sat Feb 04 08:56:46 2017 +0000 @@ -43,7 +43,7 @@ }while((Instruction_Packet_Array[1] - 2) >= Counter); servoSerial->putc(Instruction_Packet_Array[Counter + 2]); // Write check sum to serial - wait_us((Counter + 4)*190); + wait_us((Counter + 4)*11); servoSerialDir->write(0); // Set TX Buffer pin to LOW after data has been sent }