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
c6fdc53fdd
DragonProbe
/
bsp
/
stm32f072disco
/
cdc_uart.c
8 lines
59 B
C
Raw
Normal View
History
Unescape
Escape
added CDC UART to RP2040 (Pico)
2021-02-25 23:45:13 +00:00
void
cdc_uart_init
(
void
)
{
}
definitely not functuonal but hey its something
2021-06-06 03:10:36 +00:00
void
cdc_uart_task
(
void
)
added CDC UART to RP2040 (Pico)
2021-02-25 23:45:13 +00:00
{
}