Many changes: added commandhandler module, macro functions, toggle function and

speed settings. Removed key repetition (no idea why it was there).
This commit is contained in:
2009-02-14 21:11:43 +00:00
parent 68abf87a9c
commit ced5a39988
9 changed files with 263 additions and 19 deletions

12
firmware/commandhandler.h Normal file
View File

@@ -0,0 +1,12 @@
/**
* \file commandhandler.h
* \brief TODO
* \author Ronald Schaten <ronald@schatenseite.de>
* \version $Id$
*
* License: TODO
*/
#include <stdint.h>
void keypressed(uint8_t* reportbuffer, uint8_t size, uint16_t tickcounter);