Open rei-vilo opened 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.
vector
cin
cout
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 standardcin
andcout
, is really nice.