Skip to content

Commit

Permalink
Update smart_watch_example.md
Browse files Browse the repository at this point in the history
Fixing incorrect library links to BMA400.
  • Loading branch information
SFEMark authored Apr 2, 2024
1 parent ee25fd3 commit f132343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/smart_watch_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon: simple/arduino

## Smart Watch Example Libraries

The smart watch demo requires three Arduino libraries for the three Qwiic breakouts used in it. Install the libraries through Arduino's Library Manager Tool by searching for the following: **"Micro OLED Breakout"**, **"SparkFun Qwiic RTC RV1805"**, and **"SparkFun BMI270"**. Users who prefer to install them manually can download ZIP folders of the libraries by clicking the buttons below:
The smart watch demo requires three Arduino libraries for the three Qwiic breakouts used in it. Install the libraries through Arduino's Library Manager Tool by searching for the following: **"Micro OLED Breakout"**, **"SparkFun Qwiic RTC RV1805"**, and **"SparkFun BMA400"**. Users who prefer to install them manually can download ZIP folders of the libraries by clicking the buttons below:

<center>
[SparkFun Micro OLED Arduino Library (ZIP)](https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library/archive/refs/heads/main.zip){ .md-button .md-button--primary }
Expand All @@ -15,7 +15,7 @@ The smart watch demo requires three Arduino libraries for the three Qwiic breako
</center>

<center>
[SparkFun BMI270 Arduino Library (ZIP)](https://github.com/sparkfun/SparkFun_BMI270_Arduino_Library/archive/refs/heads/main.zip){ .md-button .md-button--primary }
[SparkFun BMA400 Arduino Library (ZIP)](https://github.com/sparkfun/SparkFun_BMA400_Arduino_Library/archive/refs/heads/main.zip){ .md-button .md-button--primary }
</center>

## Upload Demo Code
Expand Down

0 comments on commit f132343

Please sign in to comment.