[wip] channels added

This commit is contained in:
2023-07-31 14:04:45 +02:00
parent d7e25af8bf
commit a690f3a209
11 changed files with 247 additions and 180 deletions

View File

@@ -26,9 +26,9 @@ typedef struct
typedef struct
{
GEN_type_t gen_type;
GEN_type_t type;
void *const gen;
} GENERATOR_t;
} GEN_sig_t;
typedef struct
{
@@ -39,7 +39,7 @@ typedef struct
uint8_t duty_focus_digit;
GEN_type_t curr_gen_type;
void *generator;
void *curr_gen;
GEN_channel_t curr_channel;
STATE_layout_t curr_state_lay;