diff 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
line wrap: on
line diff
--- a/Scan/UARTConnect/connect_scan.h	Thu Aug 06 00:36:37 2015 -0700
+++ b/Scan/UARTConnect/connect_scan.h	Sun Aug 09 00:20:41 2015 -0700
@@ -148,8 +148,17 @@
 
 
 
+// ----- 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 );
+