Closed tomsci closed 2 years ago
The default torch app could do with the ability to make the LED flash. I was thinking to make BUTTON_B cycle through various different flash speeds using a self.periodic(...) timer.
self.periodic(...)
I'll have a look
There's a pull request ready for review. https://github.com/emfcamp/TiDAL-Firmware/pull/40
Resolved by #40
The default torch app could do with the ability to make the LED flash. I was thinking to make BUTTON_B cycle through various different flash speeds using a
self.periodic(...)
timer.