Template project for University of York ELE00032C Lab 5

Dependencies:   lsm303d UoY-serial

Revision:
3:b483e45e98bd
Parent:
2:b32c1a40f22f
Child:
4:e4b23132eefb
--- a/main.cpp	Sat Jan 30 15:30:49 2021 +0000
+++ b/main.cpp	Thu Feb 04 10:58:01 2021 +0000
@@ -1,6 +1,7 @@
 #include "mbed.h"
+#include "lsm303d.h"
 
-SPI spi(D14, D15);
+LSM303D lsm303d(D14, D15);
 
 int main() {