Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
565fdccf
Commit
565fdccf
authored
Feb 01, 2014
by
mux
Browse files
Add usb_vcp_connected prototype to usb.h
parent
b2269b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/usb.h
View file @
565fdccf
void
pyb_usb_dev_init
(
void
);
bool
usb_vcp_is_enabled
(
void
);
bool
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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment