You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
b30c02afa0
Enumerates CDC device over USB, but doesn't transmit/receive yet.
4 lines
88 B
C
4 lines
88 B
C
void pendsv_init(void);
|
|
void pendsv_nlr_jump(void *val);
|
|
void pendsv_isr_handler(void);
|