Skip to content

Commit 725d0cf

Browse files
committed
Fix spelling
1 parent 7f2f4f2 commit 725d0cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Basic/IRQCounter/IRQCounter.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Testing strategy: alternatively create a short-time connection between
3-
WAKEUP 1-6 and any of the +BAT_ext pins (the row above the WAKUP ones).
3+
WAKEUP 1-6 and any of the +BAT_ext pins (the row above the WAKEUP ones).
44
55
Check IRQChannelMap for advanced C++ implementation.
66
*/

examples/Basic/IRQCounterMap/IRQCounterMap.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Testing strategy: alternatively create a short-time connection between
3-
WAKEUP 1-6 and any of the +BAT_ext pins (the row above the WAKUP ones).
3+
WAKEUP 1-6 and any of the +BAT_ext pins (the row above the WAKEUP ones).
44
55
Check IRQChannel for a simpler implementation.
66
*/

examples/Basic/LowPowerButton/LowPowerButton.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Pressing a momentary button connected to POWER_ON pin
66
* will wake up the board for 5 seconds.
77
*
8-
* Requirments:
8+
* Requirements:
99
* - Connect a momentary button between POWER_ON (J1-2) and GND (J1-9)
1010
* - Connect the PC/Mac to USB and open the Arduino Serial Monitor
1111
* or any serial communication application.

0 commit comments

Comments
 (0)