Skip to content

Releases: platisd/smartcar_shield

Version 7.0.2

22 Mar 13:22
Compare
Choose a tag to compare
  • Improve examples

Version 7.0.1

22 Jun 17:59
Compare
Choose a tag to compare
  • Set BrushedMotor to idle when speed is 0 to handle cases where no enable pin is being used.

Version 7.0.0

07 Jun 20:15
Compare
Choose a tag to compare
  • ArduinoRuntime no longer automatically injected to classes for the sake of better software design.

This is a backwards incompatible change that will break multiple constructors (e.g. SR04, GY50, DistanceCar etc) but won't alter their behavior and will make it easier to make the library work with non-Arduino platforms.

Version 6.0.0

16 Feb 20:40
82b8b82
Compare
Choose a tag to compare

Change log

  • Full compatibility with ESP8266 and ESP32
  • Changes to the DirectionlessOdometer and DirectionalOdometer constructors
    for RAII and elimination of sequential coupling
    • No more attach functions anywhere
  • Various small improvements and bug fixes

Version 5.0.1

17 Sep 22:30
9efb83e
Compare
Choose a tag to compare
  • Fix for DirectionalOdometer direction detection

Version 5.0.0

22 Jan 20:02
Compare
Choose a tag to compare

Change log

  • New architecture to increase object orientation and decrease sequential coupling
  • Unit tests with 100% test coverage
  • Doxygen documentation
  • CI to run tests, coverage, static analysis, build examples and generate/publish documentation
  • New hardware release (rev. 2)

Please refer to the new API description when migrating your sketches from older versions.

Version 4.1.2

22 May 09:55
ef676d2
Compare
Choose a tag to compare

Version 4.1.2

  • Fix for runaway during cruise control #9
  • Fix for disableCruiseControl keyword not recognized by Arduino IDE #6

Version 4.1.1

07 Apr 18:23
Compare
Choose a tag to compare
  • Removes possible blocking loop of some I2C error checks

Version 4.1.0

16 Jan 19:26
Compare
Choose a tag to compare
  • Added support for Odometers that have a pin which indicates direction

Version 4.0.1

06 Aug 10:19
Compare
Choose a tag to compare
  • Various improvements
  • Small bug fixes
  • More clear way to steer the car when a DC motor is used for steering in cheap models.