1
0
mirror of https://github.com/whowechina/chu_pico.git synced 2024-11-30 21:37:18 +01:00
chu_pico/firmware/src/commands.h

12 lines
150 B
C
Raw Normal View History

2023-09-29 14:46:38 +02:00
/*
* Chu Controller Command Line Commands
* WHowe <github.com/whowechina>
*/
#ifndef COMMANDS_H
#define COMMANDS_H
void commands_init();
#endif