Skip to content

Commit 3e09d38

Browse files
authored
Create CayenneMQTTMKR1010.h
1 parent 0f02ba7 commit 3e09d38

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/CayenneMQTTMKR1010.h

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
The MIT License(MIT)
3+
Cayenne Arduino Client Library
4+
Copyright © 2016 myDevices
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6+
documentation files(the "Software"), to deal in the Software without restriction, including without limitation
7+
the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software,
8+
and to permit persons to whom the Software is furnished to do so, subject to the following conditions :
9+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
11+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR
12+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
13+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14+
*/
15+
16+
#ifndef _CAYENNEMQTTMKR1010_h
17+
#define _CAYENNEMQTTMKR1010_h
18+
19+
#define INFO_CONNECTION "MKR1010"
20+
21+
#include "CayenneMQTTWiFiNINA.h"
22+
23+
#endif

0 commit comments

Comments
 (0)