Added cmd.c and cmd.h

Functions in main copied to cmd.c
This commit is contained in:
Roelandts_Gert
2023-11-13 12:55:23 +01:00
committed by Sander Speetjens
parent e5273c7012
commit 9f25995c82
3 changed files with 182 additions and 0 deletions

15
project/Core/Inc/cmd.h Normal file
View File

@@ -0,0 +1,15 @@
/*
* cmd.h
*
* Created on: 13 Nov 2023
* Author: gertr
*/
#ifndef INC_CMD_H_
#define INC_CMD_H_
void echo_init( void );
#endif /* INC_CMD_H_ */