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 humanoid by
servo.h
00001 #ifndef __SERVO_H__ 00002 #define __SERVO_H__ 00003 00004 #define KONDO_ORDER_SEND 32 00005 #define KONDO1_MAX_TOTAL 32 00006 #define KONDO2_MAX_TOTAL 32 00007 #define KONDO3_MAX_TOTAL 32 00008 00009 void KONDO1_Degrees_Set(); 00010 void KONDO2_Degrees_Set(); 00011 void KONDO3_Degrees_Set(); 00012 #endif
Generated on Thu Jul 14 2022 10:56:34 by
1.7.2
