This repository was archived by the owner on Jul 20, 2025. It is now read-only.
File tree
6 files changed
+154
-118
lines changed- examples
- mbientlab/metawear
6 files changed
+154
-118
lines changedSubmodule MetaWear-SDK-Cpp updated 35 files
- Doxyfile+1-1
- README.md+2-2
- bindings/javascript/cbindings.js+240-108
- bindings/python/mbientlab/metawear/cbindings.py+97-6
- project_version.mk+3-3
- src/metawear/core/cpp/datainterpreter.h+5-1
- src/metawear/core/cpp/debug.cpp+1-2
- src/metawear/core/cpp/logging.cpp+67-29
- src/metawear/core/data.h+3-1
- src/metawear/core/types.h+9-1
- src/metawear/dfu/cpp/dfu_operations.cpp+3
- src/metawear/dfu/cpp/dfu_operations.h+1
- src/metawear/dfu/cpp/file_operations.cpp+4
- src/metawear/dfu/cpp/file_operations.h+1
- src/metawear/impl/cpp/datainterpreter.cpp+54-2
- src/metawear/impl/cpp/metawearboard.cpp+53-66
- src/metawear/processor/cpp/dataprocessor.cpp+26-2
- src/metawear/processor/cpp/dataprocessor_config.cpp+49-3
- src/metawear/processor/cpp/dataprocessor_config.h+6
- src/metawear/processor/cpp/dataprocessor_private.h+3-1
- src/metawear/processor/fuser.h+28
- src/metawear/sensor/accelerometer_bosch.h+83
- src/metawear/sensor/cpp/accelerometer_bosch.cpp+111-2
- src/metawear/sensor/cpp/accelerometer_bosch_register.h+4
- src/metawear/sensor/cpp/sensor_fusion.cpp+71-2
- src/metawear/sensor/cpp/sensor_fusion_register.h+4-1
- src/metawear/sensor/sensor_fusion.h+33
- test/common.py+8
- test/serializedstate.py+5-3
- test/test_accelerometer_bosch.py+77
- test/test_anonymous_signal.py+76-2
- test/test_dataprocessor.py+53
- test/test_logging.py-18
- test/test_metawearboard.py+33-9
- test/test_sensor_fusion.py+129
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | | - | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
| |||
125 | 117 | | |
126 | 118 | | |
127 | 119 | | |
128 | | - | |
| 120 | + | |
129 | 121 | | |
130 | 122 | | |
131 | 123 | | |
132 | 124 | | |
| 125 | + | |
133 | 126 | | |
134 | 127 | | |
135 | | - | |
136 | | - | |
| 128 | + | |
137 | 129 | | |
138 | 130 | | |
139 | | - | |
140 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
141 | 161 | | |
142 | | - | |
143 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
144 | 168 | | |
145 | | - | |
146 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
147 | 174 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 175 | + | |
153 | 176 | | |
154 | | - | |
155 | | - | |
156 | | - | |
| 177 | + | |
| 178 | + | |
157 | 179 | | |
158 | | - | |
159 | | - | |
160 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
161 | 186 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
179 | 190 | | |
180 | | - | |
181 | | - | |
| 191 | + | |
| 192 | + | |
182 | 193 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 194 | + | |
| 195 | + | |
187 | 196 | | |
188 | 197 | | |
189 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
This file was deleted.
0 commit comments