Hello,
Recently I published in my blog a library to control LTC1298 from Linear Technology. Thic IC is a 12-bit ADC converted controlled by SPI.
I place in the same library the SPI functions and the ADC manipullation functions.
I hope it could be helpfull.
further information here: A Library for LTC1298, 12-bit Analog To Digital Converter | Open Engeeknyer's blog
Thanks for that, duly noted for future use.
What's with the MSB/LSB option, the chip only seems to have MSB.
Rob
Both MSB and LSB are supported by LTC1298.
The problem is that I placed the SPI rutines inside the library with SPI set to MSB. It's quite easy to solve. Just changing MSB or LSB at the same time in LTC and Arduino SPI configuration. I'm going to solve it and launch a new library version with this bug solved.
Thanks!
Joan M.