Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of WaG by
Diff: laser.h
- 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
