mirror of
https://github.com/whowechina/aic_pico.git
synced 2024-12-04 17:17:55 +01:00
12 lines
144 B
C
12 lines
144 B
C
/*
|
|
* AIC Pico Command Line Commands
|
|
* WHowe <github.com/whowechina>
|
|
*/
|
|
|
|
#ifndef COMMANDS_H
|
|
#define COMMANDS_H
|
|
|
|
void commands_init();
|
|
|
|
#endif
|