Lab 6 code.

Dependencies:   mbed

Fork of WaG by GroupA

laser.h

Committer:
spm71
Date:
2018-04-06
Revision:
56:048b30c9f2a1
Parent:
42:6cba679a4ee4

File content as of revision 56:048b30c9f2a1:

/******************************************************************************
* 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