mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
Initial commit
This commit is contained in:
13
include/mks_gpio.h
Normal file
13
include/mks_gpio.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef MKS_GPIO_H
|
||||
#define MKS_GPIO_H
|
||||
|
||||
static int gpio_config(const char *attr, const char *val);
|
||||
int set_GPIO1_C5_low();
|
||||
int set_GPIO1_C5_high();
|
||||
int init_GPIO1_B2();
|
||||
void *monitor_GPIO1_B2(void *arg);
|
||||
int init_GPIO1_C3();
|
||||
void *monitor_GPIO1_C3(void *arg);
|
||||
int set_GPIO1_B3_low();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user