energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 670 forks source link

Add STL library to Energia #1038

Open rei-vilo opened 5 years ago

rei-vilo commented 5 years ago

The STL library has been ported to Arduino for the AVR and SAMD Cortex-M0 architectures by @mike-matera.

See https://github.com/mike-matera/ArduinoSTL.

Having the vector type, the standard cin and cout, is really nice.