Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

62 lines (43 loc) · 1.17 KB

Changelog

v6.0.2

  • Bug fix with respect to setting analogWriteResolution

v6.0.1

  • size_t to std::size_t

v6.0.0

  • Updated to work with Arduino and CMake

v5.1.0

  • Updated to use mcu-support repo

v5.0.0

  • Moving away from Effector interface

v4.0.4

  • Update for effector v6.1.3, which adds a check to see whether an effector has been configured.

v4.0.3

  • Update for effector v6.1.0

v4.0.2

  • Pulling in effector v6.0.2

v4.0.1

  • Fixed constness of std::span

v4.0.0

  • Updated to conform to the Effector interface

v3.0.1

  • Updated pwm pin numbers to int8_t

v3.0.0

  • Updated to use a vector for entering the pin numbers.

v2.0.0

  • Updated to namespace bfs
  • Renamed Pwm to PwmTx in case we write a PwmRx library in the future

v1.0.5

  • Updated for core v2.0.4

v1.0.4

  • Updated for core v2.0.3

v1.0.3

  • Baselined on core v1.0.3

v1.0.2

  • Updated CONTRIBUTING
  • Updated flash_mcu.cmake to use local loader for Linux
  • Updated fetch_content to use https instead of ssh

v1.0.1

  • Updated license to MIT
  • Specified versions for dependencies

v1.0.0

  • Initial commit