comparison Scan/CK3/scan_loop.h @ 425:971e88d4420a

Updated CK3 with Scan_currentChange (copy from MD1).
author CryHam <cryham@gmail.com>
date Tue, 01 Mar 2016 21:00:23 +0100
parents 293154e4aafe
children
comparison
equal deleted inserted replaced
424:0d1cc6ec4af7 425:971e88d4420a
36 36
37 // Call-backs 37 // Call-backs
38 void Scan_finishedWithMacro( uint8_t sentKeys ); // Called by Macro Module 38 void Scan_finishedWithMacro( uint8_t sentKeys ); // Called by Macro Module
39 void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module 39 void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module
40 40
41 void Scan_currentChange( unsigned int current ); // Called by Output Module
42
41 43
42 // ----- Capabilities ----- 44 // ----- Capabilities -----
43 45
44 // Example capabilities 46 // Example capabilities
45 void CustomAction_action1_capability( uint8_t state, uint8_t stateType, uint8_t *args ); 47 void CustomAction_action1_capability( uint8_t state, uint8_t stateType, uint8_t *args );