We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c27ee7 commit 78eee9cCopy full SHA for 78eee9c
src/Arduino_MKRIoTCarrier_Buzzer.cpp
@@ -1,6 +1,6 @@
1
/*
2
This file is part of the Arduino_MKRIoTCarrier library.
3
- Copyright (c) 2020 Arduino SA. All rights reserved.
+ Copyright (c) 2020 Arduino SA.
4
5
This library is free software; you can redistribute it and/or
6
modify it under the terms of the GNU Lesser General Public
@@ -34,4 +34,4 @@ void MKRIoTCarrier_Buzzer::sound(int freq){
34
35
void MKRIoTCarrier_Buzzer::noSound(){
36
noTone(_pin);
37
-}
+}
0 commit comments