ssss
Revision 1:f9ed5024854e, committed 2020-08-18
- Comitter:
- irsanjul
- Date:
- Tue Aug 18 14:57:00 2020 +0000
- Parent:
- 0:e9c48701a273
- Commit message:
- ssss
Changed in this revision
| Audio.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Audio.h Mon Aug 07 10:54:06 2017 +0000
+++ b/Audio.h Tue Aug 18 14:57:00 2020 +0000
@@ -56,10 +56,10 @@
public:
MyAudio(PinName buzz);
void play(const int &code);
+ void playing(unsigned int note);
private:
void set(double dur=500, double vol=0.1);
- void playing(unsigned int note);
void mute();
};