add spi e-ink display
This commit is contained in:
14
commands/echo.h
Normal file
14
commands/echo.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef COMMANDS_ECHO_H
|
||||
#define COMMANDS_ECHO_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void echo_and_reset(char* buffer, int* index_ptr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // COMMANDS_ECHO_H
|
||||
Reference in New Issue
Block a user