Moving USB to Output in preparation for additional Output types.
* Initial cli code
This commit is contained in:
parent
e9aa3880a6
commit
59f13f8f4f
23 changed files with 164 additions and 33 deletions
10
Output/pjrcUSB/arm/usb_keyboard.h
Normal file
10
Output/pjrcUSB/arm/usb_keyboard.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef USBkeyboard_h_
|
||||
#define USBkeyboard_h_
|
||||
|
||||
#include <inttypes.h>
|
||||
#include "usb_com.h"
|
||||
|
||||
uint8_t usb_keyboard_send(void);
|
||||
|
||||
#endif // USBkeyboard_h_
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue