feat: Initial esp32-hacking project with firmware sources and docs
This commit is contained in:
11
esp-crab/master_recv/main/app/app_gpio.h
Normal file
11
esp-crab/master_recv/main/app/app_gpio.h
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
#pragma once
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void init_gpio(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user