File tree 7 files changed +119
-0
lines changed
7 files changed +119
-0
lines changed Original file line number Diff line number Diff line change
1
+ //
2
+ // This file is part of ArduinoCloudThing
3
+ //
4
+ // Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5
+ //
6
+ // This software is released under the GNU General Public License version 3,
7
+ // which covers the main part of ArduinoCloudThing.
8
+ // The terms of this license can be found at:
9
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
10
+ //
11
+ // You can be released from the requirements of the above licenses by purchasing
12
+ // a commercial license. Buying such a license is mandatory if you want to modify or
13
+ // otherwise use the software for commercial activities involving the Arduino
14
+ // software without disclosing the source code of your own applications. To purchase
15
+ // a commercial license, send an email to [email protected] .
16
+ //
17
+
1
18
#ifndef ARDUINO_CLOUD_PROPERTY_HPP_
2
19
#define ARDUINO_CLOUD_PROPERTY_HPP_
3
20
Original file line number Diff line number Diff line change
1
+ //
2
+ // This file is part of ArduinoCloudThing
3
+ //
4
+ // Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5
+ //
6
+ // This software is released under the GNU General Public License version 3,
7
+ // which covers the main part of ArduinoCloudThing.
8
+ // The terms of this license can be found at:
9
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
10
+ //
11
+ // You can be released from the requirements of the above licenses by purchasing
12
+ // a commercial license. Buying such a license is mandatory if you want to modify or
13
+ // otherwise use the software for commercial activities involving the Arduino
14
+ // software without disclosing the source code of your own applications. To purchase
15
+ // a commercial license, send an email to [email protected] .
16
+ //
17
+
1
18
/* *****************************************************************************
2
19
* CTOR/DTOR
3
20
******************************************************************************/
Original file line number Diff line number Diff line change
1
+ //
2
+ // This file is part of ArduinoCloudThing
3
+ //
4
+ // Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5
+ //
6
+ // This software is released under the GNU General Public License version 3,
7
+ // which covers the main part of ArduinoCloudThing.
8
+ // The terms of this license can be found at:
9
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
10
+ //
11
+ // You can be released from the requirements of the above licenses by purchasing
12
+ // a commercial license. Buying such a license is mandatory if you want to modify or
13
+ // otherwise use the software for commercial activities involving the Arduino
14
+ // software without disclosing the source code of your own applications. To purchase
15
+ // a commercial license, send an email to [email protected] .
16
+ //
17
+
1
18
/* *****************************************************************************
2
19
* INCLUDE
3
20
******************************************************************************/
Original file line number Diff line number Diff line change
1
+ //
2
+ // This file is part of ArduinoCloudThing
3
+ //
4
+ // Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5
+ //
6
+ // This software is released under the GNU General Public License version 3,
7
+ // which covers the main part of ArduinoCloudThing.
8
+ // The terms of this license can be found at:
9
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
10
+ //
11
+ // You can be released from the requirements of the above licenses by purchasing
12
+ // a commercial license. Buying such a license is mandatory if you want to modify or
13
+ // otherwise use the software for commercial activities involving the Arduino
14
+ // software without disclosing the source code of your own applications. To purchase
15
+ // a commercial license, send an email to [email protected] .
16
+ //
17
+
1
18
#ifndef ARDUINO_CLOUD_PROPERTY_CONTAINER_NEW_H_
2
19
#define ARDUINO_CLOUD_PROPERTY_CONTAINER_NEW_H_
3
20
Original file line number Diff line number Diff line change
1
+ //
2
+ // This file is part of ArduinoCloudThing
3
+ //
4
+ // Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5
+ //
6
+ // This software is released under the GNU General Public License version 3,
7
+ // which covers the main part of ArduinoCloudThing.
8
+ // The terms of this license can be found at:
9
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
10
+ //
11
+ // You can be released from the requirements of the above licenses by purchasing
12
+ // a commercial license. Buying such a license is mandatory if you want to modify or
13
+ // otherwise use the software for commercial activities involving the Arduino
14
+ // software without disclosing the source code of your own applications. To purchase
15
+ // a commercial license, send an email to [email protected] .
16
+ //
17
+
1
18
/* *****************************************************************************
2
19
* PRIVATE MEMBER FUNCTIONS
3
20
******************************************************************************/
Original file line number Diff line number Diff line change
1
+ //
2
+ // This file is part of ArduinoCloudThing
3
+ //
4
+ // Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5
+ //
6
+ // This software is released under the GNU General Public License version 3,
7
+ // which covers the main part of ArduinoCloudThing.
8
+ // The terms of this license can be found at:
9
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
10
+ //
11
+ // You can be released from the requirements of the above licenses by purchasing
12
+ // a commercial license. Buying such a license is mandatory if you want to modify or
13
+ // otherwise use the software for commercial activities involving the Arduino
14
+ // software without disclosing the source code of your own applications. To purchase
15
+ // a commercial license, send an email to [email protected] .
16
+ //
17
+
1
18
/* *****************************************************************************
2
19
* INCLUDE
3
20
******************************************************************************/
Original file line number Diff line number Diff line change
1
+ //
2
+ // This file is part of ArduinoCloudThing
3
+ //
4
+ // Copyright 2019 ARDUINO SA (http://www.arduino.cc/)
5
+ //
6
+ // This software is released under the GNU General Public License version 3,
7
+ // which covers the main part of ArduinoCloudThing.
8
+ // The terms of this license can be found at:
9
+ // https://www.gnu.org/licenses/gpl-3.0.en.html
10
+ //
11
+ // You can be released from the requirements of the above licenses by purchasing
12
+ // a commercial license. Buying such a license is mandatory if you want to modify or
13
+ // otherwise use the software for commercial activities involving the Arduino
14
+ // software without disclosing the source code of your own applications. To purchase
15
+ // a commercial license, send an email to [email protected] .
16
+ //
17
+
1
18
#ifndef ARDUINO_CLOUD_THING_H_
2
19
#define ARDUINO_CLOUD_THING_H_
3
20
You can’t perform that action at this time.
0 commit comments