Commit e2c4236
THE REWRITE (#23)
* finished calibrate method, with passed tests
* finished sm_calibrate method, fully tested
* Completed init method, however could not find a method or file to check if data is already configured, so just assumed it was not and sent it directly to configure method
* deleted calibration_test and mock_test, from cargo.toml as those were previously deleted project files
* wip
* Strain Gauge Converter Library (#19)
* add : strain measurement lib
* fix: optional use of gauge factor.
* Impl: half and full bridge config
* fix: improper comments
* Impl: gauge configs
* fix: comments
* Fix: var names and cargo.toml
* change : name schema
---------
Co-authored-by: jjaison <[email protected]>
* wip
* wip
* wip
* Add calibration
* fmt + fix build.
* simple ads driver
* wip
* Wip
* wip: State machine.
* Clean + sd logging.
* feat: sensor rotation.
* Update workflow
* wip
* wip
* wip calibration
* improvement: sd card refactor
* feature: wip new ADC driver
* feature:
- wip ADC orchestration service
- wip temperature ADC service trait
improvement:
- move embassy task management outside of service
* fix: tweaks
* fix: cargo fmt on PR and more linting rules
* fix: embassy_stm32 feature mismatch
* fix: cargo fmt
* feature: emf to temperature conversion
* fix: formatting
* feature: decouple reading from the adc service and writing to the sd card
* fix: cargo fmt
* fix: tweak to folder structure
* feature: wip uart with interrupts
* chore: cleanup csv encapsulation
* fix: some cleanup and dependency injection setup
* fix: remove dead code
---------
Co-authored-by: Ehimenose Aigbe <[email protected]>
Co-authored-by: NoahSprenger <[email protected]>
Co-authored-by: Joe Thozhuthumparambil <[email protected]>
Co-authored-by: jjaison <[email protected]>1 parent 6cf2c19 commit e2c4236
File tree
54 files changed
+5065
-4457
lines changed- .cargo
- .github/workflows
- .vscode
- assets
- boards/argus
- src
- adc
- driver
- sd
- csv
- serial
- temperature
- utils
- tests
- crates
- ads126x/src
- register
- common-arm
- src
- drivers
- error
- tests
- straingauge-converter/src
- thermocouple-converter/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+5065
-4457
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
9 | 5 | | |
10 | 6 | | |
11 | | - | |
| 7 | + | |
12 | 8 | | |
13 | 9 | | |
14 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
7 | 8 | | |
8 | 9 | | |
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 | + | |
10 | 45 | | |
11 | 46 | | |
12 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Binary file not shown.
0 commit comments