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: mbed ros_lib_kinetic
Diff: FreeFlyerHardware.h
- Revision:
- 4:cae255669971
- Parent:
- 1:40bdbe1a93b7
- Child:
- 5:864709d3eb76
--- a/FreeFlyerHardware.h Mon Jun 25 00:56:05 2018 +0000 +++ b/FreeFlyerHardware.h Fri Jun 29 02:30:38 2018 +0000 @@ -36,13 +36,13 @@ RGBA_LED *rgba_led_; + QEI *wheel_encoder_; // object to interact with encoder outputs + protected: int NUM_THRUSTERS; PID *controller_; - QEI *wheel_encoder_; // object to interact with encoder outputs - int thruster_pwm_stop_[8]; // Number that the PWM count reaches before each thruster turns off int thruster_pwm_clock_;