Skip to content

NanoPlayBoard v0.0.2

Compare
Choose a tag to compare
@josejuansanchez josejuansanchez released this 31 Aug 14:36
· 198 commits to master since this release
  • Added method: void print(String message) to the LedMatrix class. #7
  • Added method: tone(frequency, duration). #3
  • The pattern could be defined as an array of integer values.
  • Added new function that allows to display patterns in the LED matrix.
  • Fixed the bug with the potentiometer. Now the potentiometer returns values inside the range 0 and 1023. #5
  • Added a method to clear the LED matrix. #11
  • Is possible to use hexadecimal color values to set the color for the RGB LED. #13
  • Added a new example about how to use the board as a MIDI controller.