Distance Sensor Project using the SRF02 ultrasonic distance sensor and N5110 lcd display.

Dependencies:   N5110 PowerControl SRF02 mbed

Committer:
el13jar
Date:
Wed Apr 08 20:23:23 2015 +0000
Revision:
0:bc54502de2bb
Child:
1:d7cfd0e55682
revision 1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
el13jar 0:bc54502de2bb 1 /**
el13jar 0:bc54502de2bb 2 @file main.h
el13jar 0:bc54502de2bb 3 @brief Header file containing functions prototypes, defines and global variables.
el13jar 0:bc54502de2bb 4 @brief
el13jar 0:bc54502de2bb 5 @brief
el13jar 0:bc54502de2bb 6 @author James Robinson
el13jar 0:bc54502de2bb 7 @date March 2015
el13jar 0:bc54502de2bb 8 */
el13jar 0:bc54502de2bb 9