NanoPlayBoard v0.0.3
·
140 commits
to master
since this release
- Added the set of values used by the LED matrix in landscape mode.
- Added examples about how to use the LED matrix in landscape mode.
- Some examples have been improved.
- Added
void toggle()
method for the RGB LED. - Added two new methods to scale the read values with the ldr and the potentiometer.
int scaleTo(int toLow, int toHigh)
int scaleTo(int fromLow, int fromHigh, int toLow, int toHigh)
- Added
void stopTone(
) method for the buzzer. - Fixed issue #17.
- Fixed issue #19.
- Added file with the MIDI note numbers.
- Added new examples about how to receive and parse JSON messages over serial.
- Stored data in flash (program) memory instead of SRAM. Fixed issue #24.
- Reduced oversized variables #25.