barakwei / IRelectra

Electra A/C IR Encoder for IRremote
GNU General Public License v2.0
32 stars 10 forks source link

C++ standard library usage #6

Closed etinin closed 6 years ago

etinin commented 7 years ago

What C++ standard library are you using?

I keep getting C++ vector errors. Manually modified my vector library to no avail.

Thanks

barakwei commented 7 years ago

I got this to compile (sorry, don't have a board to test right now) on arduino IDE with ArduinoSTL with changes to the IRelectra library and to Arduino STL. Changes to IRelectra are in the version-2.0-tests-arduino. Changes to ArduinoSTL are in my fork. Changed vector and map.

barakwei commented 6 years ago

My changes to Arduino STL were merged few months ago, this should work now.