Releases: leftCoast/LC_baseTools
Double link sorting is a thing.
Now baseTools runs under ESP32
v1.11.0 Update library.properties
It's in the book.
Little tweaks were done while writing the book.
About time for an update.
Lot of little tweaks and fixes. ringIndex has been added. It's a base object for managing ring buffers. textBuff was rewritten using this. Made thing much easier to maintain. txtBuff was a bit of a hack before.
Phtt.. phtt.. Is this thing on?
I think this thing didn't get the version number last time.
textBuff is fixed and the shared returnStr has been binned!
I'd messed up the string I/O of the text buff when I added it. This has been addressed and is all fixed. I also removed the shared returnStr as this was one of my worst ideas.
textBuff can now hand back c strings!
I needed textBuff to be able to pass back c strings. So that was added.
Hey look! We now have autoPOT. LIke mechButton but analog.
Added autoPOT and tweaks to make stuff compile for the picky RPi Pico.
What?! I forgot returnStr? Will these mistakes ever end?
I forgot to include the returnStr global that other libraries rely on. You never see this stuff 'till a customer tries to assemble this stuff.
(sigh)
So I screwed that last one up..
I found out I forgot a #include <debug.h> call in the last one. "Doh!" That really messed up the newbies.