Template project for University of York ELE00032C Lab 5

Dependencies:   UoY-serial

Committer:
ajp109
Date:
Sat Jan 30 15:30:49 2021 +0000
Revision:
2:b32c1a40f22f
Parent:
1:f32fea0468ad
Child:
3:0670b3cc8207
Initial commit

Who changed what in which revision?

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