mirror of
git://soft.sys114.com/klipper
synced 2026-02-13 12:20:33 +09:00
analog: fix for ODROID-C5
Change-Id: Iedb1b5f7fbfedc60d42fc1a28eaa7e49879d6404
This commit is contained in:
@@ -20,6 +20,8 @@ void gpio_in_reset(struct gpio_in g, int8_t pull_up);
|
||||
uint8_t gpio_in_read(struct gpio_in g);
|
||||
|
||||
struct gpio_adc {
|
||||
int scale;
|
||||
int offset;
|
||||
int fd;
|
||||
};
|
||||
struct gpio_adc gpio_adc_setup(uint32_t pin);
|
||||
|
||||
Reference in New Issue
Block a user