updates

Dependencies:   FATFileSystem

Fork of SDFileSystem by Neil Thiessen

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers OCE560Input.cpp Source File

OCE560Input.cpp

00001 // OCE560Input.cpp code for Exercise 6
00002 #include "OCE560Input.h"
00003 #define mV_Volt1 3300
00004 #define TMP36_calib1 500
00005 #define Ten 10
00006 
00007 AnalogIn ain(p20); // TMP36 sensor
00008 DigitalIn boolSwitch(p9); // Switch
00009 Serial pc(USBTX, USBRX); // communication to host PC