added some code

wrote some code to test some functionallity
This commit is contained in:
jakani24
2023-11-02 16:41:35 +01:00
parent 89e911488e
commit b931c524a1
41 changed files with 299 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
#ifndef APP_CTRL_H
#define APP_CTRL_H
int app_stop();
#endif