We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f230d8 commit 6834ad8Copy full SHA for 6834ad8
content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
@@ -179,7 +179,7 @@ unsigned long previousMillis = 0; // will store last time readings were done
179
const long interval = 1000; // interval at which to repeat readings
180
```
181
182
-In the `setup()` function the different board peripherals are initiated including:
+In the `setup()` function, the different board peripherals are initialized, including:
183
184
- Serial communication
185
- LEDs and relay outputs
0 commit comments