Skip to content

Commit

Permalink
table did not display correctly because inside of note
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurwolf authored Sep 24, 2024
1 parent cabfd3d commit 4da19a3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions docs/pin-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ my_pin_name 19!

There are other modifiers for pins:

> [!NOTE]
> | Modifier | Symbol | Description |
> | --- | --- | --- |
> | Invert pin | `!` | Exclamation mark |
> | Open drain | `o` | Lowercase O letter |
> | Pull up | `^` | Caret, `Shift`+`6` on QWERTY keyboards (Default on most pins) |
> | Pull down | `v` | Lowercase v letter |
> | No pullup | `-` | Minus sign |
> | Repeater mode | `@` | At / Arobase sign |
> | No modifier | | If you do not set any option/modifier for your pin, it will be in pullup mode as if it had `^` specified |
| Modifier | Symbol | Description |
| --- | --- | --- |
| Invert pin | `!` | Exclamation mark |
| Open drain | `o` | Lowercase O letter |
| Pull up | `^` | Caret, `Shift`+`6` on QWERTY keyboards (Default on most pins) |
| Pull down | `v` | Lowercase v letter |
| No pullup | `-` | Minus sign |
| Repeater mode | `@` | At / Arobase sign |
| No modifier | | If you do not set any option/modifier for your pin, it will be in pullup mode as if it had `^` specified |

> [!WARNING]
> Some pins have hardware on the board itself, enforcing a given configuration.
Expand Down

0 comments on commit 4da19a3

Please sign in to comment.