use sequences, but bake them before sending. required for shorter signal sequences, causing higher setup time

This commit is contained in:
g3gg0
2022-11-22 02:11:09 +01:00
parent 116528f871
commit 021695b2a3
3 changed files with 6 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ typedef struct {
typedef struct {
uint8_t signals_size;
bool bake;
uint32_t sequence_used;
uint32_t sequence_size;
DigitalSignal** signals;