This shows you the differences between two versions of the page.
pm:prj2023:apredescu:cyclocomputer [2023/05/29 19:07] andrei.cioltan [Hardware Design] |
pm:prj2023:apredescu:cyclocomputer [2023/05/29 22:22] (current) andrei.cioltan [Software Design] |
||
---|---|---|---|
Line 64: | Line 64: | ||
int reedCounter; | int reedCounter; | ||
- | int mode = 1; // (1) --> normal mode; (-1) --> .write mode | + | int mode = 1; // (1) --> normal mode; (-1) --> sprint mode |
int lastMode = 1; | int lastMode = 1; | ||
int number_of_modes = 2; | int number_of_modes = 2; |