Changeset 458 in flair-src for trunk/lib/FlairSensorActuator
- Timestamp:
- Jan 4, 2022, 3:58:45 PM (3 years ago)
- Location:
- trunk/lib/FlairSensorActuator/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/Servos.h
r340 r458 124 124 * values size must be the same as ServosCount() 125 125 * 126 * \param position set servos position 126 * \param position set servos position in radians 127 127 */ 128 128 virtual void SetServos(float *position) = 0; -
trunk/lib/FlairSensorActuator/src/SimulatedServos.h
r340 r458 60 60 * Values size must be the same as ServosCount() 61 61 * 62 * \param positions positions values 62 * \param positions positions values in radians 63 63 */ 64 64 void SetServos(float *positions);
Note:
See TracChangeset
for help on using the changeset viewer.