Blame view
software/servo/servo2to2/README
554 Bytes
14b996da3
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Controller composed of 2 inputs 2 servo and 1 output: ------- INPUT 1 >---|PID 1|---> OUTPUT1 ------- ------- INPUT 2 >---|PID 2|---> OUTPUT1 ------- Usage: - copy files of servo_commmon directory to STM32 discovery board. - copy 'servo2to2_core.py' file to STM32 discovery board. - copy 'servo2to2_INPUT_OUTPUT' file (with respect to INPUT and OUTPUT device) to STM32 discovery board. - update content of 'boot.py' file to 'servo2to2_INPUT_OUTPUT': -> pyb.main('servo2to2_adc_vnh.py') |