2023-04-23 14:13:51 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stdint.h>
|
|
|
|
|
2023-06-29 09:24:34 +00:00
|
|
|
void idac_shifter_set(uint8_t gear);
|
2023-04-23 14:13:51 +00:00
|
|
|
void idac_shifter_update(bool shift_dn, bool shift_up);
|
|
|
|
uint8_t idac_shifter_current_gear(void);
|