3 releases
0.1.2 | Oct 1, 2022 |
---|---|
0.1.1 | Jan 22, 2022 |
0.1.0 | Jan 22, 2022 |
#1406 in Embedded development
20KB
465 lines
ldc1x1x
Rust embedded-hal
1.x driver for Texas Instruments (TI) I²C inductance-to-digital converters (LDC): LDC1312/LDC1314, LDC1612/LDC1614.
Includes const fn
clock divider calculation (and currently requires nightly Rust because of this).
License
This is free and unencumbered software released into the public domain.
For more information, please refer to the UNLICENSE
file or unlicense.org.
lib.rs
:
embedded-hal
driver for Texas Instruments (TI) I2C inductance-to-digital converters (LDC): LDC1312/LDC1314, LDC1612/LDC1614.
Dependencies
~68KB