- Bug fix with respect to setting analogWriteResolution
- size_t to std::size_t
- Updated to work with Arduino and CMake
- Updated to use mcu-support repo
- Moving away from Effector interface
- Update for effector v6.1.3, which adds a check to see whether an effector has been configured.
- Update for effector v6.1.0
- Pulling in effector v6.0.2
- Fixed constness of std::span
- Updated to conform to the Effector interface
- Updated pwm pin numbers to int8_t
- Updated to use a vector for entering the pin numbers.
- Updated to namespace bfs
- Renamed Pwm to PwmTx in case we write a PwmRx library in the future
- Updated for core v2.0.4
- Updated for core v2.0.3
- Baselined on core v1.0.3
- Updated CONTRIBUTING
- Updated flash_mcu.cmake to use local loader for Linux
- Updated fetch_content to use https instead of ssh
- Updated license to MIT
- Specified versions for dependencies
- Initial commit