Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pin-configuration [2017/01/25 14:53] arthur |
pin-configuration [2021/01/08 15:57] (current) |
||
---|---|---|---|
Line 5: | Line 5: | ||
If other cases, a given pin is tied to a given peripheral on the board. | If other cases, a given pin is tied to a given peripheral on the board. | ||
- | See [http:// | + | See [[http:// |
You can have a pin's output inverted by adding a **" | You can have a pin's output inverted by adding a **" | ||
- | [[code]] | + | <code> |
my_pin_name | my_pin_name | ||
- | [[/code]] | + | </code> |
There are other modifiers for pins : | There are other modifiers for pins : | ||
- | [[div class="bs-callout bs-callout-primary" | + | <callout type=" |
- | ==== All options | + | |
- | + | ||
- | || ! || invert pin || | + | |
- | || o || set pin to open drain || | + | |
- | || ^ || set pin to pull up || | + | |
- | || v || set pin to pull down || | + | |
- | || - || to set no pullup || | + | |
- | || @ || to set repeater mode || | + | |
+ | || ! || Exclamation mark || Invert pin || | ||
+ | || o || Lowercase O letter || Set pin to open drain || | ||
+ | || ^ || [[https:// | ||
+ | || v || Lowercase v letter || Set pin to pull down || | ||
+ | || - || Minus sign || To set no pullup || | ||
+ | || @ || At / Arobase sign || To set repeater mode || | ||
+ | </ |