Library to work with the LDC1000 from Texas Instruments
LDC1000
This library was written to interface to Texas Instruments' LDC1000 in order to perform inductance measurement. This libary needs a SPI peripheral on your mbed device to talk to the LDC1000.
Clock
The LDC1000 needs a high speed clock for its internal frequency counter. In order to provide this clock, the FastPWM library is used. This may change the behaviour of other PWM channels, please be aware of that, and read the FastPWM documentation to understand the implications.
Unsupported
Not supported (yet):
- Setting the RpMAX and RpMIN values
- Setting the interrupt pin functionality
Revisions of LDC1000.cpp
Revision | Date | Message | Actions |
---|---|---|---|
6:5b6ad98d6436 | 2015-05-26 | Working readout. Skipped all nice functions, just plain registers | File Diff Annotate |
5:98d4fd07734a | 2015-05-26 | Set mode to standby before writing registers. Counter 1..0 not changing ? | File Diff Annotate |
4:62ebb87678f8 | 2015-05-19 | Repaired FastPWM functionality | File Diff Annotate |
2:44b76f6f19d5 | 2015-05-19 | Added timeout / watchdog | File Diff Annotate |
1:a88df80e7664 | 2015-04-29 | Corrected read and write actions | File Diff Annotate |
0:90873b4e8330 | 2015-04-05 | Initial commit | File Diff Annotate |