Skip to content

v0.2.0

Choose a tag to compare

@melastmohican melastmohican released this 24 May 23:24
· 1 commit to main since this release

Added

  • Native, optimized internal driver for Modulino LED Matrix ().
  • Native internal driver for Modulino Light () sensor with 1:1 parity with Arduino C++ implementation.
  • Native internal driver for Modulino Pressure () sensor (untested/experimental).
  • Native internal driver for Modulino Opto Relay () module (untested/experimental).
  • Native internal driver for Modulino Hub ( / I2C multiplexer) for TCA9548A (untested/experimental).
  • Examples and extensive unit/mock tests for the new drivers.

Fixed

  • Fixed redundant display buffer zeroing loops in the LED Matrix driver to optimize rendering performance.
  • Resolved various Clippy lint warnings to improve code cleanliness.
  • Modernized Continuous Integration (CI) workflows to use Node 24 and eliminate deprecation warnings.