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 823b93f commit e7309a2Copy full SHA for e7309a2
src/Arduino_MKRIoTCarrier_Relay.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
@@ -44,4 +44,4 @@ int MKRIoTCarrier_Relay::getStatus(){
44
//Serial.println("status");
45
//Serial.println(_status , BIN);
46
return (int)_status;
47
-}
+}
0 commit comments