We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d617c commit f480b75Copy full SHA for f480b75
api/mraa/gpio.h
@@ -67,7 +67,7 @@ typedef enum {
67
MRAA_GPIOD_ACTIVE_LOW = 4,
68
MRAA_GPIOD_OPEN_DRAIN = 5,
69
MRAA_GPIOD_OPEN_SOURCE = 6,
70
- MRAA_GPIO_DISABLE = 7,
+ MRAA_GPIOD_BIAS_DISABLE = 7,
71
} mraa_gpio_mode_t;
72
73
/**
docs/radxa_rock_pi_e.md
@@ -42,6 +42,6 @@ Supports
42
43
You can find additional product support in the following channels:
44
45
-- [Product Info](https://docs.radxa.com/rockpi/e)
+- [Product Info](https://docs.radxa.com/rockpi/rockpie)
46
- [Forums](https://forum.radxa.com/c/rockpie)
47
- [Github](https://github.com/radxa)
0 commit comments