Routines for ADC LTC1298 or similar? - solved
Christof Eb.
Posts: 1,237
Hi,
are there routines for LTC1298 or similar for GCC already?
Or are there routines like shiftin shiftout?
Thanks!
Christof
are there routines for LTC1298 or similar for GCC already?
Or are there routines like shiftin shiftout?
Thanks!
Christof
Comments
Hi Christof,
The Parallax library strategy is evolving.
Parallax wants Propeller-GCC built in libraries to be minimalist as possible, so you won't see shiftin/shiftout in any official library for a while.
Only stdio support libraries will be available as part of a distribution. The best place to look for unofficial libraries right now is the demo package.
Christof
That's great.