Dulcimer/firmware/commandhandler.h
Ronald Schaten ced5a39988 Many changes: added commandhandler module, macro functions, toggle function and
speed settings. Removed key repetition (no idea why it was there).
2009-02-14 21:11:43 +00:00

13 lines
235 B
C

/**
* \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);