File tree Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Expand file tree Collapse file tree 3 files changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ All notable changes to this project will be documented in this file.
6
6
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_
7
7
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
8
8
9
- `Unreleased `_
10
- -------------
9
+ `0.5.3 `_ 2021-10-19
10
+ -------------------
11
11
12
12
- Add support for sensor specific errors
13
+ - Update keywords.txt
13
14
14
15
15
16
`0.5.2 `_ 2021-08-03
@@ -135,7 +136,8 @@ Removed
135
136
- Initial release
136
137
137
138
138
- .. _Unreleased : https://github.com/Sensirion/arduino-core/compare/0.5.2...main
139
+ .. _Unreleased : https://github.com/Sensirion/arduino-core/compare/0.5.3...main
140
+ .. _0.5.3 : https://github.com/Sensirion/arduino-core/compare/0.5.2...0.5.3
139
141
.. _0.5.2 : https://github.com/Sensirion/arduino-core/compare/0.5.1...0.5.2
140
142
.. _0.5.1 : https://github.com/Sensirion/arduino-core/compare/0.5.0...0.5.1
141
143
.. _0.5.0 : https://github.com/Sensirion/arduino-core/compare/0.4.3...0.5.0
Original file line number Diff line number Diff line change 8
8
SensirionShdlcCommunication KEYWORD1
9
9
SensirionShdlcRxFrame KEYWORD1
10
10
SensirionShdlcTxFrame KEYWORD1
11
+ SensirionI2CTxFrame KEYWORD1
12
+ SensirionI2CRxFrame KEYWORD1
13
+ SensirionI2CCommunication KEYWORD1
14
+
15
+ # SensirionErrors.h
16
+ HighLevelError KEYWORD1
17
+ LowLevelError KEYWORD1
11
18
12
19
#######################################
13
20
# Methods and Functions (KEYWORD2)
14
21
#######################################
15
22
sendFrame KEYWORD2
16
23
receiveFrame KEYWORD2
24
+ sendAndReceiveFrame KEYWORD2
17
25
addUInt32 KEYWORD2
18
26
addInt32 KEYWORD2
19
27
addUInt16 KEYWORD2
@@ -22,10 +30,11 @@ addUInt8 KEYWORD2
22
30
addInt8 KEYWORD2
23
31
addFloat KEYWORD2
24
32
addBytes KEYWORD2
33
+ addBool KEYWORD2
34
+ addCommand KEYWORD2
25
35
begin KEYWORD2
26
36
finish KEYWORD2
27
37
reset KEYWORD2
28
- interpretError KEYWORD2
29
38
getUInt32 KEYWORD2
30
39
getInt32 KEYWORD2
31
40
getUInt16 KEYWORD2
@@ -34,8 +43,14 @@ getUInt8 KEYWORD2
34
43
getInt8 KEYWORD2
35
44
getFloat KEYWORD2
36
45
getBytes KEYWORD2
37
- processHeader KEYWORD2
38
- processTail KEYWORD2
46
+ getCommand KEYWORD2
47
+ getAddress KEYWORD2
48
+ getDataLength KEYWORD2
49
+ getState KEYWORD2
50
+
51
+ # SensirionErrors.h
52
+ errorToString KEYWORD2
53
+
39
54
#######################################
40
55
# Constants (LITERAL1)
41
56
#######################################
Original file line number Diff line number Diff line change 1
1
name =Sensirion Core
2
- version =0.5.2
2
+ version =0.5.3
3
3
author =Sensirion
4
4
maintainer =Sensirion
5
5
sentence =Library containing code base for Sensirion Sensor Libraries.
You can’t perform that action at this time.
0 commit comments