Browse Source

gpio: added SET_OUTPUT ioctls

sbg
Andrew Tridgell 9 years ago committed by Lorenz Meier
parent
commit
9c1a02d673
  1. 6
      src/drivers/drv_gpio.h

6
src/drivers/drv_gpio.h

@ -194,4 +194,10 @@ @@ -194,4 +194,10 @@
#define GPIO_PERIPHERAL_RAIL_RESET GPIOC(14)
/** configure the board GPIOs in (arg) as outputs, initially low */
#define GPIO_SET_OUTPUT_LOW GPIOC(15)
/** configure the board GPIOs in (arg) as outputs, initially high */
#define GPIO_SET_OUTPUT_HIGH GPIOC(16)
#endif /* _DRV_GPIO_H */

Loading…
Cancel
Save