Skip to content

Commit e42e8ce

Browse files
Apply suggestions from code review
Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent 50f8d07 commit e42e8ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/Education and Kits/Science Journal App/Connect-a-board-to-the-Science-Journal-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ If both the Internal sensors and the board sensor categories are expanded, they
7979

8080
### Ensure your libraries are updated
8181

82-
If you’re experiencing connectivity issues, it may be due to outdated libraries. Verify in that the `Arduino_ScienceJournal` and `Arduino_BMI270_BMM150` libraries are both updated to their latest version in the Library Manager in Arduino IDE.
82+
If you’re experiencing connectivity issues, it may be due to outdated libraries. Verify in that the `Arduino_ScienceJournal` and `Arduino_BMI270_BMM150` libraries are both updated to their latest version in the [Library Manager](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE#library-manager) in Arduino IDE.
8383

84-
If the libraries aren’t available in the Library Manager, you can download and install the latest versions manually:
84+
Alternatively, you can download and [manually install](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE#manual-installation) the latest versions from the releases pages:
8585

86-
- [Arduino_ScienceJournal](https://github.com/arduino-libraries/Arduino_ScienceJournal/releases/tag/1.3.0)
87-
- [Arduino_BMI270_BMM150](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/releases/tag/1.2.1)
86+
- [Arduino_ScienceJournal](https://github.com/arduino-libraries/Arduino_ScienceJournal/releases) {.link-external}
87+
- [Arduino_BMI270_BMM150](https://github.com/arduino-libraries/Arduino_BMI270_BMM150/releases) {.link-external}

content/Education and Kits/Science Journal App/Upload-the-Science-Journal-firmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To use the Science Journal, it is necessary to use different libraries and examp
7979
4. [Install the library](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE) for your board.
8080

8181
> [!NOTE]
82-
> Ensure that the `Arduino_ScienceJournal` and `Arduino_BMI270_BMM150` libraries are both updated to their latest versions, as these outdated libraries may lead to connectivity issues.
82+
> Ensure that the `Arduino_ScienceJournal` and `Arduino_BMI270_BMM150` libraries are updated to their latest versions, as outdated libraries may cause connectivity issues.
8383
8484
5. In `File > Examples`, hover over the library for your board to reveal the examples and select the example for your board (In IDE 1, the path is `File > Examples > INCOMPATIBLE`).
8585

0 commit comments

Comments
 (0)