Closed laukik-hase closed 4 years ago
https://github.com/SRA-VJTI/sra-board-component/blob/68f9218c43a19602efffc0e2fb7a6978a14c6650/src/bar_graph.c#L15 It will be better to replace integers by boolean, where they assume only 2 values.
It has 0 for off, 1 for parallel mode and 2 for normal mode
https://github.com/SRA-VJTI/sra-board-component/blob/68f9218c43a19602efffc0e2fb7a6978a14c6650/src/bar_graph.c#L15 It will be better to replace integers by boolean, where they assume only 2 values.