File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -371,10 +371,10 @@ void ModbusSend() {
371
371
```
372
372
There are other functions in the main code listed below:
373
373
374
- - ` EthernetInit() ` : initialize the Ethernet connection for the Modbus TCP communication.
375
- - ` onPwrChange() ` : callback that controls the compressor power relay from the cloud.
376
- - ` NiclaVibrationHAndler ()` : manages the BLE connection and gather the vibrations alert from the Nicla Sense ME.
377
- - ` faultCheck() ` : compare the current sensor values with the fault defined threshold and report the state.
374
+ - ` EthernetInit() ` : Initializes the Ethernet connection for Modbus TCP communication.
375
+ - ` onPwrChange() ` : Callback that controls the compressor power relay from the cloud.
376
+ - ` NiclaVibrationHandler ()` : Manages the BLE connection and gathers vibration alerts from the Nicla Sense ME.
377
+ - ` faultCheck() ` : Compares the current sensor values with the defined fault thresholds and reports the state.
378
378
379
379
*** You can download the complete code from [ here] ( assets/Opta_Nicla_Codes.zip ) .***
380
380
You can’t perform that action at this time.
0 commit comments