1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-12 23:08:52 +01:00
Arduino/hardware/arduino
Benoît Blanchon 9509587472 Speed and size improvement in Print::printFloat()
Avoid using the overload of print() for signed integer since a negative value is not allowed here.
This results in a smaller (unless print(int) is used somewhere else in the program) and faster code because the overload for unsigned integer is simpler.
2016-03-08 22:13:10 +01:00
..
avr Speed and size improvement in Print::printFloat() 2016-03-08 22:13:10 +01:00
sam update sam core to version 1.6.7 2016-03-08 11:45:52 +01:00