LEDの点滅や、ブザーのOn,Offの周期測定をおこなう。 搬送波の周期は測定できない(10ms周期以上のON,OFF)

Dependencies:   AQM0802A DigitalSw mbed

testSound.h

Committer:
suupen
Date:
2017-06-08
Revision:
5:f137bb7eeda6
Parent:
3:2a8fdcc54c95

File content as of revision 5:f137bb7eeda6:

#ifndef TESTSOUND_H
#define TESTSOUND_H



/** test sound brink initialize
 */
 void testSoundInitalize(void);


/** test sound brink control
 * @parm bool request true:start request, false:non request
 * @return bool true:brinking false:stop
 */
bool testSoundMain(bool request);



#endif // TESTLED_H