Moving USB to Output in preparation for additional Output types.

* Initial cli code
This commit is contained in:
Jacob Alexander 2014-01-19 16:40:36 -08:00
parent e9aa3880a6
commit 59f13f8f4f
23 changed files with 164 additions and 33 deletions

View 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_