Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Output/pjrcUSB/arm/usb_keyboard.h
2014-03-22 14:09:50 -07:00

11 lines
154 B
C

#ifndef USBkeyboard_h_
#define USBkeyboard_h_
#include <inttypes.h>
#include "output_com.h"
uint8_t usb_keyboard_send(void);
#endif // USBkeyboard_h_