1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-12-05 01:27:55 +01:00
aic_pico/firmware/src/commands.h

12 lines
144 B
C
Raw Normal View History

2023-11-01 13:41:25 +01:00
/*
* AIC Pico Command Line Commands
* WHowe <github.com/whowechina>
*/
#ifndef COMMANDS_H
#define COMMANDS_H
void commands_init();
#endif