Skip to content

Commit

Permalink
Comment change
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Jul 6, 2022
1 parent 1c76039 commit 211e176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ docs/mcss-doxy-output.log
docs/mcss.log
doygen-run.log
examples/TestCommands/TestCommands.ino
compile_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* @brief Example J: Using External Interrupts
*
* This is identical to example B, except that it uses the library
* [EnableInterrupt](https://github.com/GreyGnome/EnableInterrupt) to define the
* interrupt vector. This allows it to play nicely with any other libraries which define
* interrupt vectors.
* [EnableInterrupt](https://github.com/GreyGnome/EnableInterrupt) to assign the pin
* change interrupt vector. This allows it to play nicely with any other libraries that
* try to assign functionality to the pin change interrupt vectors.
*
* For this to work, you must remove the comment braces around
* `#define SDI12_EXTERNAL_PCINT` in the library and re-compile it.
Expand Down

0 comments on commit 211e176

Please sign in to comment.