Dulcimer/firmware/commandhandler.h

13 lines
235 B
C
Raw Normal View History

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