jaron42 / brata

Automatically exported from code.google.com/p/brata
0 stars 1 forks source link

Add support to duty cycle for urgency LED #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Urgency LED currently stays on for x ms followed by x ms off, where x varies 
from 2000 ms down to 300 ms. Modify to support LED being on for y ms followed 
by off for (x-y) ms, with x varying as stated before. Assume y does not exceed 
the minimum time, and could probably simply be the minimum time for simplicity.

Original issue reported on code.google.com by jawaad.a...@gmail.com on 20 Feb 2015 at 5:48

GoogleCodeExporter commented 9 years ago
Implemented as discussed.

Original comment by jawaad.a...@gmail.com on 21 Feb 2015 at 6:10