akowalew / ws2812

Test project for WS2812 LEDs
3 stars 0 forks source link

Platform-independent terminal? #30

Open akowalew opened 3 years ago

akowalew commented 3 years ago

Having terminal dedicated to animation parametrization and animation state lookup, we can also make it platform-independent. But we also can have a lot of other terminal's views e.g. related to platform (usart, gpio, clocks etc) and related to ws2812 (timers OCRs, frequencies etc)

akowalew commented 3 years ago

I think every module should have its own terminal, if needed. And then master terminal, dedicated to platform, will change between those terminals.