Skip to content

Commit 88bdc96

Browse files
Update content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md
Co-authored-by: Julián Caro Linares <[email protected]>
1 parent 998d822 commit 88bdc96

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started

1 file changed

+1
-1
lines changed

content/hardware/05.pro-solutions/solutions-and-kits/opta/tutorials/getting-started/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void loop() {
104104
105105
Opta has a programmable button, shown on the image below and identified as USER. It can be programmed using the Arduino IDE to fit your needs.
106106
To show how much simple is to use it, let's create a sketch and program the button as a trigger to modify the status of the STATUS LEDs.
107-
The button is defined in the core as `BTN_USER`: 'HIGH' as default (not pressed), 'LOW' when pressed.
107+
The button is defined in the core as `BTN_USER`: 'HIGH' as default (not pressed), and 'LOW' when pressed.
108108
The new sketch will turn on more of the LEDs when the button is pressed, and then start over when all the lights have been turned on.
109109
Below you can find the entire sketch, where a simple [Switch (case) Statement](https://www.arduino.cc/reference/en/language/structure/control-structure/switchcase/) is used, and an image highlighting where the USER button is located on the device.
110110

0 commit comments

Comments
 (0)