|
Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
Macros | |
| #define | SECONDS_ONES 7u |
| #define | SECONDS_TENS 6u |
| #define | MINUTES_ONES 4u |
| #define | MINUTES_TENS 3u |
| #define | HOURS_ONES 1u |
| #define | HOURS_TENS 0u |
| #define HOURS_ONES 1u |
Position 3: Hours ones digit
| #define HOURS_TENS 0u |
Position 1: Hours tens digit
| #define MINUTES_ONES 4u |
Position 5: Minutes ones digit
| #define MINUTES_TENS 3u |
Position 4: Minutes tens digit
| #define SECONDS_ONES 7u |
Position 7: Seconds ones digit
| #define SECONDS_TENS 6u |
Position 6: Seconds tens digit