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: PID QEI ikarashiMDC recieveController omni
pinConfig.h
00001 #ifndef HAYATO_PINCONFIG_H 00002 #define HAYATO_PINCONFIG_H 00003 00004 #define SPEED_ENCODER PC_5 00005 #define ARM_ENCODER_A D10 00006 #define ARM_ENCODER_B D11 00007 #define ARM_LIMIT NC 00008 00009 #define SPEED_P 8.6 00010 #define SPEED_I 3.0e-100 00011 #define SPEED_D 0.00001 00012 00013 #define ARM_P 2.5 00014 #define ARM_I 5.0e-100 00015 #define ARM_D 0.000001 00016 00017 #define RATE 0.01 00018 00019 00020 00021 #endif /* end of include guard: HAYATO_PINCONFIG_H*/
Generated on Sun Jul 31 2022 12:04:46 by
