Skip to content

Commit f132343

Browse files
authored
Update smart_watch_example.md
Fixing incorrect library links to BMA400.
1 parent ee25fd3 commit f132343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/smart_watch_example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: simple/arduino
44

55
## Smart Watch Example Libraries
66

7-
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:
7+
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:
88

99
<center>
1010
[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 }
@@ -15,7 +15,7 @@ The smart watch demo requires three Arduino libraries for the three Qwiic breako
1515
</center>
1616

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

2121
## Upload Demo Code

0 commit comments

Comments
 (0)