marcoschwartz / aREST_UI

Embedded UI for the aREST framework
72 stars 34 forks source link

Possible to use slider to update variable? #14

Open ophirr opened 8 years ago

ophirr commented 8 years ago

Rather than using the slider to PWM a pin, I would like to use it to update a variable. For example, I would like to use the slider to change the brightness of an Neopixel strip. Updating the brightness variable with the slider would allow me to use that value in strip.setBrightness(brightness);

Awesome work on aREST btw... I'm super excited that something like this exists. :)

marcoschwartz commented 8 years ago

Thanks! Marking this as a feature request :)