wip
This commit is contained in:
parent
d495b26d2d
commit
ef8de0e6f0
11 changed files with 335 additions and 718 deletions
|
|
@ -22,10 +22,16 @@ void qwiic_init(void) {
|
|||
#ifdef QWIIC_MICRO_OLED_ENABLE
|
||||
micro_oled_init();
|
||||
#endif
|
||||
#ifdef QWIIC_RGB7SEG_ENABLE
|
||||
rgb7seg_init();
|
||||
#endif
|
||||
}
|
||||
|
||||
void qwiic_task(void) {
|
||||
#ifdef QWIIC_JOYSTIIC_ENABLE
|
||||
joystiic_task();
|
||||
#endif
|
||||
#ifdef QWIIC_RGB7SEG_ENABLE
|
||||
rgb7seg_task();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue