Merge pull request #34 from dmbryson/setgpios

Add support for directly setting the GPIO values
This commit is contained in:
Morgan Redfield
2017-09-05 20:38:30 -07:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -403,6 +403,7 @@ class HamShield {
void setGpioLow(uint16_t gpio);
void setGpioHi(uint16_t gpio);
uint16_t getGpioMode(uint16_t gpio);
void setGpios(uint16_t mode);
uint16_t getGpios();
// Int