Arduboy2/examples
Scott Allen fb77929126 Refactor setRGBled() and add freeRGBled()
- setRGBled() has been rewritten to directly control the hardware
  instead of using the Arduino analogWrite() function.

- Added a two parameter version of setRGBled() that sets the brightness
  of one LED without affecting the others.

- Added function freeRGBled() for freeing the PWM control of the LEDs
  so they can be used digitally.

- Added example sketch RGBled.
2018-03-11 05:40:44 -04:00
..
ArduBreakout Add Beep classes for playing simple tones 2018-03-11 05:40:44 -04:00
BeepDemo Add Beep classes for playing simple tones 2018-03-11 05:40:44 -04:00
Buttons Migrate example sketches 2016-06-30 19:40:17 -04:00
HelloWorld Migrate example sketches 2016-06-30 19:40:17 -04:00
PlayTune Fix comment in PlayTune sketch: Devkit -> DevKit 2017-02-07 09:57:32 -05:00
RGBled Refactor setRGBled() and add freeRGBled() 2018-03-11 05:40:44 -04:00
SetNameAndID Make showing the unit name with the logo optional 2017-04-25 15:36:42 -04:00