You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,21 @@
1
+
## 2.2.0
2
+
3
+
- Update to VSCP framework v2.2.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.2.0) there.
4
+
1
5
## 2.1.0
2
6
3
7
- Update to VSCP framework v2.1.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.1.0) there.
4
8
5
9
## 2.0.4
6
10
7
11
- Fixed problem with backslashes in include paths.
8
-
- Fixed problem with wrong include path in vscp_evt_information.c module. Thanks to michpro!
12
+
- Fixed problem with wrong include path in `vscp_evt_information.c` module. Thanks to michpro!
9
13
- Examples updated to be working with latest CAN libraries.
10
14
11
15
## 2.0.3
12
16
13
17
- Update to VSCP framework v2.0.3, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v2.0.3) there.
14
-
- Deprecated "dataNum" replaced with "dataSize". Thanks to michpro!
18
+
- Deprecated `dataNum` replaced with `dataSize`. Thanks to michpro!
15
19
16
20
## 2.0.2
17
21
@@ -42,7 +46,7 @@
42
46
- Update to VSCP framework v0.9.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.9.0) there.
43
47
- The update includes the following bugfixes:
44
48
- Bugfix: Fix of misspellings/typos, thanks to TomasRoj.
45
-
- Bugfix: VSCP measurement events fixed, because internal the parameters unit and index in the vscp_data_coding_getFormatByte() call were reversed. Thanks to troky!
49
+
- Bugfix: VSCP measurement events fixed, because internally the parameters `unit` and `index` in the `vscp_data_coding_getFormatByte()` call were reversed. Thanks to troky!
46
50
47
51
## 0.7.1
48
52
@@ -53,11 +57,11 @@
53
57
54
58
- Update to VSCP framework v0.8.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.8.0) there.
55
59
- Folder structure changed inside framework folder, in preparation for the abstract event modules.
56
-
- Abstract event modules introduced, see framework/events.
60
+
- Abstract event modules introduced, see `framework/events`.
57
61
58
62
## 0.6.1
59
63
60
-
- Folder structure changed, please see https://www.arduino.cc/en/Guide/Libraries#toc4 for easier installation.
64
+
- Folder structure changed, please see [Arduino Library Guide](https://www.arduino.cc/en/Guide/Libraries#toc4) for easier installation.
61
65
62
66
## 0.6.0
63
67
@@ -76,14 +80,14 @@
76
80
77
81
## 0.3.0
78
82
79
-
- DigInDebounce class for digital input debouncing implemented.
83
+
-`DigInDebounce` class for digital input debouncing implemented.
80
84
- Update to VSCP framework v0.4.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.4.0) there.
81
85
- Status lamp and init button connection fixed.
82
86
83
87
## 0.2.0
84
88
85
-
Updated to VSCP framework v0.3.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.3.0) there.
89
+
-Updated to VSCP framework v0.3.0, please see the [changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v0.3.0) there.
0 commit comments