Updated CK3 with Scan_currentChange (copy from MD1).

This commit is contained in:
CryHam 2016-03-01 21:00:23 +01:00
parent a848a6bc79
commit 602b482538
2 changed files with 11 additions and 0 deletions

View file

@ -38,6 +38,8 @@ uint8_t Scan_loop( void );
void Scan_finishedWithMacro( uint8_t sentKeys ); // Called by Macro Module
void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module
void Scan_currentChange( unsigned int current ); // Called by Output Module
// ----- Capabilities -----