File tree 1 file changed +5
-5
lines changed
content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ You can download the code for the Opta PLC [here](assets/Opta_Nicla_Codes.zip).
128
128
129
129
Let's go through some important code sections to make this application fully operational, starting with the required libraries:
130
130
131
- - ` ArduinoBLE.h ` enables the support for Bluetooth® Low Energy (BLE) communication, install it by searching for it on the Library Manager.
132
- - ` Ethernet.h ` enables the Ethernet support for the Modbus TCP communication.
133
- - ` ArduinoModbus.h ` and ` ArduinoRS485.h ` manage the Modbus TCP protocol, install them by searching for them on the Library Manager.
134
- - ` ArduinoIoTCloud.h ` enable the Arduino Cloud integration, install it by searching for it on the Library Manager.
135
- - ` Arduino_ConnectionHandler.h ` manages the internet connectivity for the board, install it by searching for it on the Library Manager.
131
+ - ` ArduinoBLE.h ` enables support for Bluetooth® Low Energy (BLE) communication. Install it by searching for it in the Library Manager.
132
+ - ` Ethernet.h ` enables Ethernet support for Modbus TCP communication.
133
+ - ` ArduinoModbus.h ` and ` ArduinoRS485.h ` manage the Modbus TCP protocol. Search for them in the Library Manager to install them .
134
+ - ` ArduinoIoTCloud.h ` enables Arduino Cloud integration. Search for it in the Library Manager to install it .
135
+ - ` Arduino_ConnectionHandler.h ` manages the board's internet connectivity. Search for it in the Library Manager to install it .
136
136
137
137
There is a header included in the project code for the Arduino Cloud configuration:
138
138
You can’t perform that action at this time.
0 commit comments