1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-11 22:24:13 +01:00
Arduino/hardware/arduino
Christopher Andrews 500a3fdbe7 Removed C++11 dependency for begin() and end()
As I was not able to base the return types of `begin()` & `end()` off the c_str() function, I have changed the source so the features can be used by C++98 code, while still allowing ranged loops in C++11.
2016-04-20 16:07:52 +02:00
..
avr Removed C++11 dependency for begin() and end() 2016-04-20 16:07:52 +02:00
sam Correct NUM_DIGITAL_PINS to include analog pins 2016-04-05 12:11:06 -04:00