Johan Kanflo
Johan Kanflo
Could you rerun with ```-v``` so we can see the traffic on the UART?
Yup, and a function generator ;)
Ah, I recall that one. Originally it was intentional to reduce flicker when changing between the CV/CC functions as they both drew the same information in the same place.
I guess this is one of the places where a static allocation would be suitable.
Great, looking forward to your PR! There is a [1ms systick timer](https://github.com/kanflo/opendps/blob/15dc29a96600223dfdfdfc6ea94b9180f91f0991/opendps/tick.c#L74) you could use to eg. add an event to the application event queue every X ms.
I found a [nice writeup](https://dannyelectronics.wordpress.com/2018/05/04/build-a-pid-temperature-controller-around-attiny85/) by @dannyf00 about PID controllers the other day if you need inspiration. You could of course be a PID ninja in which case I bow...
Cool! For adding a new command, add an entry to ``commands[]``containing the name of the command, the handler function and number of arguments and build with ``COMMANDLINE=1`` which should build...
You can change mode by pressing SET and rotat
The colourful version is currently not available in this project. Watt is in a PR I believe.
I guess a new ```CMD_UPGRADE_DATA2``` frame is needed with a counter and ```dpsctl``` could start with this one and fall back to ```CMD_UPGRADE_DATA```. The silly thing is that the boot...