Template project for University of York ELE00032C Lab 8

Dependencies:   lsm303d UoY-serial

Files at this revision

API Documentation at this revision

Comitter:
ajp109
Date:
Wed Feb 17 13:21:18 2021 +0000
Parent:
1:0c39d4f710dc
Commit message:
Fix typo

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 0c39d4f710dc -r ea720370964b main.cpp
--- a/main.cpp	Wed Feb 17 13:17:03 2021 +0000
+++ b/main.cpp	Wed Feb 17 13:21:18 2021 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "lsm303d.h"
+#include "LSM303D.h"
 #include "UoY-serial.h"