-
Notifications
You must be signed in to change notification settings - Fork 0
Inside LrTMAX
じゅん edited this page Feb 21, 2022
·
13 revisions
TIMx | Purpose |
---|---|
TIM1 | 8mS interval timer for key scanning. |
TIM3 | 800KHz PWM pulse generator for CH1. |
TIM6 | Neopixel flashing timer. |
TIM7 | OLED display control timer. |
TIM14 | spin lock timer used for make OLED command interval and make Neopixel 'RESET' state. |
element | power(mA) |
---|---|
Neopixel 16mA x 8 | 128 |
OLED | 40 |
MPU | 16 |
sum | 184 |
on descriptor | 200 |
graph TD;
A["POR"] --> B["NO LINK"];
B["NO LINK"] -- establish USB conn. --> C[ESTAB];
C[ESTAB] --> D[LINKED];
D[LINKED] -- disconnected --> E[DISCONN];
E[DISCONN] --> B[NOLINK];