Library of hardware declarations and utility functions for the ELEC350/1 Practicals and Coursework

Dependents:   ELEC351_v1 ELEC350-CWTEMPLATE-2017 ELEC350-CWTEMPLATE-2017 ELEC350-CWTEMPLATE-2018

Fork of ELEC350-Practicals-FZ429 by University of Plymouth - Stages 1, 2 and 3

Revision:
2:24eb98cf2376
Parent:
1:3250ba797c16
Child:
3:768d30157488
--- a/sample_hardware.cpp	Tue Nov 14 15:15:50 2017 +0000
+++ b/sample_hardware.cpp	Tue Nov 21 11:36:19 2017 +0000
@@ -15,7 +15,7 @@
 DigitalIn  SW1(PE_12);
 DigitalIn  SW2(PE_14);
 //Serial pc(USBTX, USBRX);
-AnalogIn adcIn(A0);
+AnalogIn adcIn(PA_0);
 
 //POWER ON SELF TEST
 void post()