lab2-part3

Dependencies:   LSM9DS1_Library_cal mbed

Files at this revision

API Documentation at this revision

Comitter:
mus3
Date:
Fri Sep 16 18:56:09 2022 +0000
Parent:
0:e693d5bf0a25
Commit message:
lab2-part3

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e693d5bf0a25 -r ad1e5f0df1c6 main.cpp
--- a/main.cpp	Wed Feb 03 18:47:07 2016 +0000
+++ b/main.cpp	Fri Sep 16 18:56:09 2022 +0000
@@ -46,8 +46,9 @@
 
 int main()
 {
+    uLCD.circle(64, 64, 60, WHITE);
     //LSM9DS1 lol(p9, p10, 0x6B, 0x1E);
-    LSM9DS1 IMU(p28, p27, 0xD6, 0x3C);
+    LSM9DS1 IMU(p9, p10, 0xD6, 0x3C);
     IMU.begin();
     if (!IMU.begin()) {
         pc.printf("Failed to communicate with LSM9DS1.\n");