Skip to content

Commit fa9064f

Browse files
committed
codes added
1 parent c7918d6 commit fa9064f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The variables will be sent to the registers in the following order:
121121

122122
### Opta Code
123123

124-
You can download the code for the Opta PLC [here]().
124+
You can download the code for the Opta PLC [here](assets/Opta_Nicla_Codes.zip).
125125

126126
Let's go through some important code sections to make this application fully operative; starting with the required libraries:
127127

@@ -373,10 +373,10 @@ There are other functions in the main code listed below:
373373
- `NiclaVibrationHAndler()`: manages the BLE connection and gather the vibrations alert from the Nicla Sense ME.
374374
- `faultCheck()`: compare the current sensor values with the fault defined threshold and report the state.
375375

376-
***You can download the complete code from [here]().***
376+
***You can download the complete code from [here](assets/Opta_Nicla_Codes.zip).***
377377

378378
### Nicla Sense ME Code
379-
You can download the code for the Nicla Sense ME [here]().
379+
You can download the code for the Nicla Sense ME [here](assets/Opta_Nicla_Codes.zip).
380380

381381
Let's go through some important code sections to make this application fully operative; starting with the required libraries:
382382

@@ -534,7 +534,7 @@ void updateVibrationStatus() {
534534
}
535535
```
536536

537-
***You can download the complete code from [here]().***
537+
***You can download the complete code from [here](assets/Opta_Nicla_Codes.zip).***
538538

539539
### Arduino Cloud Dashboard
540540

@@ -557,7 +557,7 @@ In addition, we can set different integrations to complement our project, for ex
557557

558558
All the necessary files to replicate this application note can be found below:
559559

560-
- The complete code can be downloaded [here]()
560+
- The complete code can be downloaded [here](assets/Opta_Nicla_Codes.zip)
561561

562562
## Conclusion
563563

0 commit comments

Comments
 (0)