This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2013-01-27 06:47:52 +00:00
|
|
|
#ifndef USBkeyboard_h_
|
|
|
|
#define USBkeyboard_h_
|
|
|
|
|
|
|
|
#include <inttypes.h>
|
2014-01-20 00:54:58 +00:00
|
|
|
#include "output_com.h"
|
2013-01-27 06:47:52 +00:00
|
|
|
|
|
|
|
uint8_t usb_keyboard_send(void);
|
|
|
|
|
|
|
|
#endif // USBkeyboard_h_
|
|
|
|
|