This website requires JavaScript.
Explore
Help
Sign In
sys64738
/
DragonProbe
Watch
1
Star
0
Fork
You've already forked DragonProbe
0
Code
Issues
1
Pull Requests
1
Releases
Wiki
Activity
7cb22d8bd6
DragonProbe
/
bsp
/
stm32f072disco
/
cdc_uart.c
9 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
make whitespace & indentation etc. consistent, make usb descriptors a bit nicer
2021-06-13 23:32:21 +00:00
untested but finished I2C-Tiny-USB impl
2021-06-14 01:37:32 +00:00
#
include
"protos.h"
make whitespace & indentation etc. consistent, make usb descriptors a bit nicer
2021-06-13 23:32:21 +00:00
void
cdc_uart_init
(
void
)
{
added CDC UART to RP2040 (Pico)
2021-02-25 23:45:13 +00:00
}
make whitespace & indentation etc. consistent, make usb descriptors a bit nicer
2021-06-13 23:32:21 +00:00
void
cdc_uart_task
(
void
)
{
added CDC UART to RP2040 (Pico)
2021-02-25 23:45:13 +00:00
}