Releases: zfields/nes-rob
Releases · zfields/nes-rob
Nintendo R.O.B. Control Library
Nintendo R.O.B. Control Library
fix: Restores compiler support for avr-gcc
<system_error>
is not supported in the AVR c++11 implementation.- Introduced the
nes::rob::error_code
abstraction to provide support.
Prototype to Production!
This release provides several new features, as well as unit-testing and coverage.
- Rearchitecture to support unit-testing and multiple implementations
- New R.O.B. command direct injection implementation!
- Robust API Documentation
- Introduces
Catch2
testing framework - Introduces
FakeIt
mocking framework - Introduces
gcovr
test coverage reporting - Introduces
valgrind
to detect memory leaks - Dockerfiles to capture environments related to test coverage execution and documentation generation
- Deprecates original command naming, in favor of Gyromite names
NES R.O.B. Control Library
Better supports Arduino Uno and AVR class microcontrollers.
NES R.O.B. Control Library (patch 1)
Resolves command bug (#1) - discovered during hardware testing.
NES R.O.B. Control Library
This release first version of the Nintendo Entertainment System Robot Operating Buddy (R.O.B.) Control Library. As of this release, the library is available to any Arduino compatible device!