diff Macro/PartialMap/macro.h @ 307:ecd2ae35d25c

Initial commit for UARTConnect module * Keyboard interconnect using two uarts * Supports daisy chain addressing using a master/slave direction communication scheme - Still needs more testing - Functions have been tested alone to be generally working
author Jacob Alexander <haata@kiibohd.com>
date Sun, 15 Mar 2015 16:58:01 -0700
parents 559a467f6d57
children 66eccdd9ced5
line wrap: on
line diff
--- a/Macro/PartialMap/macro.h	Sun Mar 08 17:33:29 2015 -0700
+++ b/Macro/PartialMap/macro.h	Sun Mar 15 16:58:01 2015 -0700
@@ -35,9 +35,10 @@
 
 // ----- Functions -----
 
+void Macro_analogState( uint8_t scanCode, uint8_t state );
 void Macro_keyState( uint8_t scanCode, uint8_t state );
-void Macro_analogState( uint8_t scanCode, uint8_t state );
 void Macro_ledState( uint8_t ledCode, uint8_t state );
+void Macro_triggerState( void *triggers, uint8_t num ); // triggers is of type TriggerGuide, void* for circular dependencies
 void Macro_process();
 void Macro_setup();