1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

Adds softpwm files

This commit is contained in:
Brady L. Hurlburt
2016-04-07 20:19:38 +00:00
parent 777fda06a3
commit 9ac22c32cd
7 changed files with 640 additions and 8 deletions

View File

@ -52,6 +52,7 @@ char ocp_dir[25];
int get_gpio_number(const char *key, unsigned int *gpio);
int get_pwm_key(const char *input, char *key);
int get_key(const char *input, char *key);
int get_adc_ain(const char *key, unsigned int *ain);
int build_path(const char *partial_path, const char *prefix, char *full_path, size_t full_path_len);
int get_spi_bus_path_number(unsigned int spi);