forked from TeamTofuShop/segatools
idac: test
This commit is contained in:
8
idacio/shifter.h
Normal file
8
idacio/shifter.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void idac_shifter_reset(void);
|
||||
void idac_shifter_update(bool shift_dn, bool shift_up);
|
||||
uint8_t idac_shifter_current_gear(void);
|
Reference in New Issue
Block a user