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

Some (not all) of the changes for the new XIO base addr

This commit is contained in:
fordsfords
2016-06-21 17:40:00 -05:00
parent 0f89ae462c
commit 34167a9574
3 changed files with 142 additions and 121 deletions

View File

@ -44,12 +44,6 @@ SOFTWARE.
#define FILENAME_BUFFER_SIZE 128
int gpio_mode;
int gpio_direction[120];
char ctrl_dir[35];
char ocp_dir[25];
int get_xio_base();
int get_gpio_number(const char *key, unsigned int *gpio);
int get_pwm_key(const char *input, char *key);