Add esp source and header, with "utils" functions

This commit is contained in:
8dcc
2023-07-22 16:05:47 +02:00
parent 082a03878e
commit f11378b38b
2 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _ESP_H
#define _ESP_H
void esp(void);
#endif /* _ESP_H */