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

Dependencies:   AQM0802A DigitalSw mbed

testSound.h

Committer:
suupen
Date:
2017-06-05
Revision:
3:2a8fdcc54c95

File content as of revision 3:2a8fdcc54c95:

#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