You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
203 B
15 lines
203 B
3 years ago
|
/**
|
||
|
* TODO file description
|
||
|
*
|
||
|
* Created on 2021/12/12.
|
||
|
*/
|
||
|
|
||
|
#ifndef ESPNODE_PERIPH_INIT_H
|
||
|
#define ESPNODE_PERIPH_INIT_H
|
||
|
|
||
|
#include <esp_err.h>
|
||
|
|
||
|
esp_err_t periph_init();
|
||
|
|
||
|
#endif //ESPNODE_PERIPH_INIT_H
|