Implementation of llfs and display API. Using the functions from the llfs and display API in my code
18 lines
182 B
C
18 lines
182 B
C
/*
|
|
* cmd.h
|
|
*
|
|
* Created on: 13 Nov 2023
|
|
* Author: gertr
|
|
*/
|
|
|
|
#ifndef INC_CMD_H_
|
|
#define INC_CMD_H_
|
|
|
|
#include "lcd_api.h"
|
|
|
|
|
|
void echo_init( void );
|
|
|
|
|
|
#endif /* INC_CMD_H_ */
|