rev1

Dependencies:   mbed C12832

Files at this revision

API Documentation at this revision

Comitter:
tonyk37
Date:
Tue Jul 14 14:54:33 2020 +0000
Parent:
2:a17516deccae
Commit message:
Final draft of project July 2020

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 13 14:41:30 2020 +0000
+++ b/main.cpp	Tue Jul 14 14:54:33 2020 +0000
@@ -3,7 +3,6 @@
 
 
 C12832 lcd(p5, p7, p6, p8, p11);
-Serial pc(USBTX, USBRX); // tx, rx
 float value;  //measured value
 float weight; //process variable
 AnalogIn  pot1(p19);