updates

Dependencies:   FATFileSystem

Fork of SDFileSystem by Neil Thiessen

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers OCE560Input.h Source File

OCE560Input.h

00001 // OCE560Input.h file for Exercise 6
00002 #ifndef OCE560INPUT_H
00003 #define OCE560INPUT_H
00004 
00005 #include "mbed.h"
00006 
00007 extern AnalogIn ain; // allow pc to be manipulated by other files
00008 extern DigitalIn boolSwitch; // allow pc to be manipulated by other files
00009 extern Serial pc; // allow pc to be manipulated by other files
00010 void Convert_mV_C(void); // function prototype
00011 void Boolean_ON_OFF(void); // function prototype
00012 
00013 #endif