jandelgado / jled

Non-blocking LED controlling library for Arduino and friends.
MIT License
324 stars 51 forks source link

Allow stop to turn led fully off regardless of min brightness #121

Closed jandelgado closed 10 months ago

jandelgado commented 10 months ago

Calling Stop() currently the output level to whatever min brightness is set to (default is 0). However, we often to want the LED to be completely off when calling Stop()

coveralls commented 10 months ago

Coverage Status

coverage: 98.382% (+0.7%) from 97.653% when pulling c1defbe8d41163c4bc00125673dd519e729a30b2 on allow_stop_to_turn_led_fully_off_regardless_of_min_brightness into 5b1043761a86214e476eeb45ed79bb13c4ebfd17 on master.