mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-20 23:44:15 +02:00
feat: Populate repo
This commit is contained in:
10
include/gpio.h
Normal file
10
include/gpio.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef GPIO_H
|
||||
#define GPIO_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void set_pin(char* pin, int state);
|
||||
void init_pin(char* pin, char* direction);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user