Skip to content

Releases: leftCoast/LC_baseTools

Good lord! I'm blind!

19 Jan 01:34
Compare
Choose a tag to compare

Big issue was a constructor bug in squareWave leaving a block of variables NOT initialed to defaults. Added a One Shot example. Probably some other stuff I forgot.

Fixing the embarrassing accident..

19 Nov 06:10
Compare
Choose a tag to compare

Left a debugging trace in timeObj::ding() what a mess! Uggh!

Check out our new mechButton code, with examples!

01 Oct 05:23
Compare
Choose a tag to compare

Did a complete rewrite of the mechButton library. Much simpler action including example sketches on how you can use it.

Yikes a bug!

29 Sep 17:41
Compare
Choose a tag to compare

Found a bug in the lists library. When a node is unlinked from a list its next pointer was not reset to NULL. Typically not a porblem because up until now this was always a node that was being deleted. Now we have nodes that swap from one list to another and the NULL pointer is needed as a flag.

Also added a method to linkList, looseList(). This can be called to have the link list "give up" its list and reset its list to NULL. Of course if no one takes over this list you just created a giant memory leak. So be careful with this call.

Back so soon?!

10 Sep 01:54
04fd0af
Compare
Choose a tag to compare

Forgot to update the properties tag for the Arduino.

Silly me!

What more?!

08 Sep 19:20
Compare
Choose a tag to compare

Minor cleanup, some small bugs dealt with. Biggest change was adding sleep() as a global function in the idlers library. This allows people to halt their loop() function like calling delay(), but it keeps everything else running in the background. Does nothing if called in the background.

LC_baseTools roll out.

24 Jul 19:38
Compare
Choose a tag to compare

LC_baseTools, the base framework of all of the Left Coast's software libraries is being now being tossed into the deep end of the pool. Sink or swim!