Initial UARTConnect scancode support

- Still some issues
- Will require some changes to MatrixARM and PartialMap
  * Currently state information is passed around too frequently
  * Needs to be reduced to state changes only
This commit is contained in:
Jacob Alexander 2015-08-09 00:20:41 -07:00
parent 1c0f94c4ea
commit ecd9923926
5 changed files with 81 additions and 19 deletions

View file

@ -148,8 +148,17 @@ typedef struct RemoteInputCommand {
// ----- Variables -----
extern uint8_t Connect_id;
extern uint8_t Connect_master; // Set if master
// ----- Functions -----
void Connect_setup( uint8_t master );
void Connect_scan();
void Connect_send_ScanCode( uint8_t id, TriggerGuide *scanCodeStateList, uint8_t numScanCodes );