ideaHex / FHTbot

Firmware for Makerfaire robot
Apache License 2.0
10 stars 7 forks source link

Add files via upload #2

Closed TildenG closed 8 years ago

TildenG commented 8 years ago

Added the following functions: void reverseMotorA(); void reverseMotorB(); void setTrim(float,float); void setSteeringSensitivity(float); void setPWMFrequency(int); Note: setting the trim to (0.5,0.5) will set the max speed to 50% so the trim function doubles as a maximum speed control too.