Skip to content

Releases: SoonerRobotics/RobotLib

Release 1.6.1

18 Aug 14:34
Compare
Choose a tag to compare
  • Fixes incorrect parameter names in PIDController header file (#31)

Release 1.6.0

31 Jan 16:43
Compare
Choose a tag to compare
  • Add anti-windup and output tolerance to PIDController
  • Fix derivative calculation in PIDController

Release 1.5.0

29 Jan 14:29
Compare
Choose a tag to compare
  • Add options to change the resolution for a QuadratureEncoder. 1x, 2x, or 4x. Defaults to 2x.
  • Slightly updated the example to work with 2x resolution.
  • Add position estimation to TrackingLoop
  • Fixed division by zero error with TrackingLoop

Release 1.4.0

02 Dec 18:19
Compare
Choose a tag to compare
  • Add Quadrature Encoder pinMode setting to allow for INPUT_PULLUP
  • Add Quadrature Encoder basic example
  • Clean up Motor basic example

Release 1.3.0

24 Sep 18:05
Compare
Choose a tag to compare
  • New BusInOut class. This class is inspired from the mbed BusInOut class which allows easy reading and writing from several pins at once.
  • Latest version in Arduino Library Manager will now match with this repository. Sorry about that 😅

Release 1.0.0

19 Sep 04:46
Compare
Choose a tag to compare
  • RobotLib's First Release!
  • Encoders, Motors, PID, Stepper Motors, and more!
  • 100% coverage and a full suite of tests