Go to the source code of this file.
Functions | |
| void | button (const int number) |
| void | axis (const int number) |
| int | main () |
| void axis | ( | const int | number | ) |
Definition at line 12 of file Tester.cpp.
| void button | ( | const int | number | ) |
Definition at line 11 of file Tester.cpp.
| int main | ( | ) |
Definition at line 15 of file Tester.cpp.
References RFlex::batteryVoltage(), RFlex::brakeOff(), RFlex::brakeOn(), RFlex::heading(), RFlex::motorSetRotateVelocity(), RFlex::motorSetTranslateVelocity(), RFlex::rotateAcceleration(), RFlex::rotateTorque(), RFlex::rotateVelocity(), RFlex::sonarOff(), RFlex::sonarOn(), RFlex::translateAcceleration(), RFlex::translateTorque(), RFlex::translateVelocity(), RFlex::x(), and RFlex::y().
1.5.1