13 lines
235 B
C
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);
|