-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSCP framework v1.2.0 integrated and copyright year updated.
- Loading branch information
Showing
121 changed files
with
2,056 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2014 - 2020, Andreas Merkle | ||
Copyright (c) 2014 - 2021, Andreas Merkle | ||
http://www.blue-andi.de | ||
[email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=VSCP | ||
version=1.1.0 | ||
version=1.2.0 | ||
author=Andreas Merkle | ||
maintainer=Andreas Merkle <[email protected]> | ||
sentence=Very Simple Control Protocol L1 framework for all Arduino boards. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
The MIT License (MIT) | ||
Copyright (c) 2014 - 2020, Andreas Merkle | ||
Copyright (c) 2014 - 2021, Andreas Merkle | ||
http://www.blue-andi.de | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
@@ -122,6 +122,9 @@ extern "C" | |
/** VSCP level 1 class: IR Remote i/f */ | ||
#define VSCP_CLASS_L1_IR 110 | ||
|
||
/** VSCP level 1 class: Configuration */ | ||
#define VSCP_CLASS_L1_CONFIGURATION 120 | ||
|
||
/** VSCP level 1 class: Position (GPS) */ | ||
#define VSCP_CLASS_L1_GNSS 206 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
@@ -102,7 +102,7 @@ extern "C" | |
#define VSCP_CORE_VERSION_STR "v1.11.00" | ||
|
||
/** VSCP framework version string */ | ||
#define VSCP_CORE_FRAMEWORK_VERSION "v1.1.0" | ||
#define VSCP_CORE_FRAMEWORK_VERSION "v1.2.0" | ||
|
||
/******************************************************************************* | ||
MACROS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2014 - 2020, Andreas Merkle | ||
* Copyright (c) 2014 - 2021, Andreas Merkle | ||
* http://www.blue-andi.de | ||
* [email protected] | ||
* | ||
|
Oops, something went wrong.