comparison Scan/UARTConnect/connect_scan.h @ 360:dbefb68411e1

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
author Jacob Alexander <haata@kiibohd.com>
date Sun, 09 Aug 2015 00:20:41 -0700
parents 06225a619152
children 7c6ac7b88cda
comparison
equal deleted inserted replaced
359:b4f66a698f36 360:dbefb68411e1
146 uint8_t firstChar[0]; 146 uint8_t firstChar[0];
147 } RemoteInputCommand; 147 } RemoteInputCommand;
148 148
149 149
150 150
151 // ----- Variables -----
152
153 extern uint8_t Connect_id;
154 extern uint8_t Connect_master; // Set if master
155
156
157
151 // ----- Functions ----- 158 // ----- Functions -----
152 159
153 void Connect_setup( uint8_t master ); 160 void Connect_setup( uint8_t master );
154 void Connect_scan(); 161 void Connect_scan();
155 162
163 void Connect_send_ScanCode( uint8_t id, TriggerGuide *scanCodeStateList, uint8_t numScanCodes );
164