Servo that turns towards heat source with temperature reading display.

Dependencies:   mbed

main.cpp

Committer:
mchristianson21
Date:
2019-01-13
Revision:
4:c69bc1be9869
Parent:
1:596a2915f7a2
Child:
6:dd0950b071e9

File content as of revision 4:c69bc1be9869:

\**********************************************************************
Mini-Porject 4
Move TMP36 sensors attached to servo to make them line up with highest
heat source and display the hot temperature on seven segment displays.
 
Authors: Ben Michael and Matthew Chiristianson
Created: 1/12/19
***********************************************************************\
#include "mbed.h"
#include "tempSnsr.h"
#include "servo.h"
#include "display.h"

DigitalOut myled(LED1);

int main() {
    while(true) {
        
    }
}