Skip to content

Commit a7148f4

Browse files
committed
[API] GPIO - Added directions include for GPIO documents.
1 parent 0e1f634 commit a7148f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_includes/api/gpio/directions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Valid directions are:
2+
3+
* BT_GPIO_DIR_HIGH_Z
4+
* BT_GPIO_DIR_INPUT
5+
* BT_GPIO_DIR_OUTPUT
6+
* BT_GPIO_DIR_OPEN_DRAIN
7+
* BT_GPIO_DIR_OPEN_SOURCE
8+
9+
Some may be act as aliases on some devices, e.g. HIGH_Z is usually the same configuration as INPUT.

0 commit comments

Comments
 (0)