Skip to content

Commit

Permalink
microcontrollers: regenerate all machine package docs for 0.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 27, 2020
1 parent b4c33bd commit 50b759f
Show file tree
Hide file tree
Showing 54 changed files with 14,610 additions and 108 deletions.
3 changes: 2 additions & 1 deletion content/microcontrollers/machine/arduino-nano33.md
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,8 @@ func (p Pin) SetInterrupt(change PinChange, callback func(Pin)) error
```

SetInterrupt sets an interrupt to be executed when a particular pin changes
state.
state. The pin should already be configured as an input, including a pull up
or down if no external pull is provided.

This call will replace a previously set callback on this pin. You can pass a
nil func to unset the pin change interrupt. If you do so, the change
Expand Down
3 changes: 2 additions & 1 deletion content/microcontrollers/machine/arduino-zero.md
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,8 @@ func (p Pin) SetInterrupt(change PinChange, callback func(Pin)) error
```

SetInterrupt sets an interrupt to be executed when a particular pin changes
state.
state. The pin should already be configured as an input, including a pull up
or down if no external pull is provided.

This call will replace a previously set callback on this pin. You can pass a
nil func to unset the pin change interrupt. If you do so, the change
Expand Down
Loading

0 comments on commit 50b759f

Please sign in to comment.