This commit is contained in:
skullY 2019-01-29 10:13:12 -08:00
parent d495b26d2d
commit ef8de0e6f0
11 changed files with 335 additions and 718 deletions

View file

@ -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
}