control the laser with the MBED

Dependencies:   mbed

defaults.h

Committer:
bwang
Date:
2019-11-11
Revision:
1:d42ef49f54df

File content as of revision 1:d42ef49f54df:

#ifndef __DEFAULTS_H
#define __DEFAULTS_H

/*---pulsewidth/frequency---*/
#define PULSE_WIDTH 2
#define PULSE_FREQ 100

#endif