Skip to content

jmservera/RgbLed

Repository files navigation

Controlling the RGB Led intensities in RPI2 with IoT Core and the PWM library

A Windows IoT Core RBG Led sample using the PWM library

When you clone this repository remember to clone the submodules as well:

git clone --recursive https://github.com/jmservera/RgbLed.git

The RGB values

For controlling the intensity of the RGB values in the GPIO pins, a Pulse Width Modulation (PWM) is needed. We can use a PWM circuit for it or simulate it via software.

For this example we will use the software modulation found in the PWM library

Wiring

Experimenting right now with the wiring like here: RGB Led wiring

About

A Windows IoT Core RBG Led sample using the PWM library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages