Skip to content

Releases: mike-matera/ArduinoSTL

Better rendering of doubles and floats in cout

05 Oct 06:40
Compare
Choose a tag to compare

This release improves printing of floating point numbers in cout.

Re-release with SAMD support (and fixed library file)

31 Aug 19:03
Compare
Choose a tag to compare
v0.1.4

Remember to update the version in the next release

Add samd support.

30 Aug 22:43
Compare
Choose a tag to compare

This release adds samd to supported architectures.

Support for USB serial platforms.

10 Aug 16:15
Compare
Choose a tag to compare

This release fixes problems with platforms that use USB serial ports (like SparkFun Pro Micro). It's tested on a Teensy 2.0. Teensy's compiler is stricter than Arduino's. There are fixes for that too.

Working for Fall 2016

10 Aug 07:33
Compare
Choose a tag to compare

This release is for the CS-11M class in the fall of 2016. It's the same code used by last year's class with success. I have used a newer version of uClibc++ and I've fixed the problem where cout doesn't print floats (but does print doubles).