Template project for University of York ELE00032C Lab 5

Dependencies:   lsm303d UoY-serial

Committer:
ajp109
Date:
Fri Dec 17 16:02:51 2021 +0000
Revision:
5:0723334c8270
Parent:
4:e4b23132eefb
Pull updates for 2022

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ajp109 0:77209603a6fe 1 #include "mbed.h"
ajp109 4:e4b23132eefb 2 #include "LSM303D.h"
ajp109 0:77209603a6fe 3
ajp109 3:b483e45e98bd 4 LSM303D lsm303d(D14, D15);
ajp109 1:f32fea0468ad 5
ajp109 1:f32fea0468ad 6 int main() {
ajp109 0:77209603a6fe 7
ajp109 0:77209603a6fe 8 }