aboutsummaryrefslogtreecommitdiff
path: root/teensy/usb.h
diff options
context:
space:
mode:
authorDave Hylands2014-08-03 09:55:24 -0700
committerDave Hylands2014-08-03 10:03:02 -0700
commitecb5792f887392d53f98a84e1c56a807cc93d2ea (patch)
treec689e1c85b4ef88feecdbcd23f91f55bba481e95 /teensy/usb.h
parent8362bffb2eed310d319b0b96c1b3305eff9c4417 (diff)
Updated teensys usb.c and switched to using usb.h from stmhal.
Removed the local usb.h from teensey directory and now uses the usb.h from the stmhal directory. Fixed the deploy target to use abspath.
Diffstat (limited to 'teensy/usb.h')
-rw-r--r--teensy/usb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/teensy/usb.h b/teensy/usb.h
deleted file mode 100644
index 8f32309ec..000000000
--- a/teensy/usb.h
+++ /dev/null
@@ -1,9 +0,0 @@
-void usb_init(void);
-int usb_vcp_is_enabled(void);
-int usb_vcp_is_connected(void);
-int usb_vcp_rx_any(void);
-char usb_vcp_rx_get(void);
-void usb_vcp_send_str(const char* str);
-void usb_vcp_send_strn(const char* str, int len);
-void usb_vcp_send_strn_cooked(const char *str, int len);
-void usb_hid_send_report(uint8_t *buf); // 4 bytes for mouse: ?, x, y, ?