Skip to content

Commit 849feca

Browse files
authored
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent f9c622d commit 849feca

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ unsigned long microseconds;
415415
long previousMillis = 0; // last time the vibration level was checked, in ms
416416
```
417417

418-
The Bluetooth® Low Energy services and characteristics are standardized for the specific use of this application. The service is defined as `Immediate alert (1802)` which makes it ideal for notifying on anomalous vibration events and an `alert level characteristic (2A06)`. Notice that they have specific and standardized Bluetooth® Low Energy UUIDs.
418+
The Bluetooth® Low Energy services and characteristics are standardized for this specific application. The service is defined as `Immediate alert (1802)`, ideal for notifying anomalous vibration events, and an `alert level characteristic (2A06)`. These have specific and standardized Bluetooth® Low Energy UUIDs.
419419

420-
In the `setup()` function the different board peripherals are initiated including:
420+
In the `setup()` function, the different board peripherals are initialized, including:
421421

422422
- Serial communication
423423
- Nicla system for power management and LED control

0 commit comments

Comments
 (0)