Skip to content

Commit 0a31352

Browse files
authored
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent d33af0c commit 0a31352

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note

1 file changed

+1
-1
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ void setup() {
477477
}
478478
```
479479

480-
In the `loop()` function we wait for the Bluetooth® connection and if it is connected will indicate it with a blue LED turned on. Every 1000 ms the vibration status will be measured calling the `updateVibrationStatus()` function.
480+
In the `loop()` function, we wait for the Bluetooth® connection. If it is connected, this will be indicated by a blue LED turning on. Every 1000 ms, the vibration status will be measured by calling the `updateVibrationStatus()` function.
481481

482482
```arduino
483483
void loop() {

0 commit comments

Comments
 (0)