GroupA / Mbed 2 deprecated Lab_6_WaG

Dependencies:   mbed

Fork of WaG by GroupA

Revision:
42:6cba679a4ee4
diff -r 9b293b14b845 -r 6cba679a4ee4 laser.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/laser.h	Thu Mar 29 15:51:52 2018 +0000
@@ -0,0 +1,24 @@
+/******************************************************************************
+* EECS 397
+*
+* Assignment Name: Lab 6: WaG
+* 
+* Authors: Sam Morrison and Phong Nguyen 
+* File name: laser.h
+* Purpose: Header for laser functions
+*
+* Created: 03/29/2018
+* Last Modified: 03/29/2018
+*
+******************************************************************************/
+#ifndef LASER_H
+#define LASER_H
+
+#include "mbed.h"
+#include "io_pins.h"
+
+void lzr_off();
+void lzr_on();
+void lzr_init();
+
+#endif 
\ No newline at end of file