Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pin-configuration [2017/01/25 14:19] arthur created |
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 | + | || ! || Exclamation mark || Invert |
- | || o || set pin to open drain || | + | || o || Lowercase O letter || Set pin to open drain || |
- | || ^ || set pin to pull up || | + | || ^ || [[https:// |
- | || v || set pin to pull down || | + | || v || Lowercase v letter || Set pin to pull down || |
- | || - || to set no pullup || | + | || - || Minus sign || To set no pullup || |
- | || @ || to set repeater mode || | + | || @ || At / Arobase sign || To set repeater mode || |
- | [[/div]] | + | </callout> |