1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Update revisions.txt

This commit is contained in:
Federico Fissore 2015-11-19 12:09:52 +01:00
parent 960918796e
commit 65d220d7f4

View File

@ -1,9 +1,10 @@
ARDUINO 1.6.7 ARDUINO 1.6.7
[ide] [ide]
* new arduino-builder: faster, better prototype generation and library discovery logic, and more. See https://github.com/arduino/arduino-builder/compare/1.0.5...master * New arduino-builder: faster, better prototype generation and library discovery logic, and more. See https://github.com/arduino/arduino-builder/compare/1.0.5...master
* Serial plotter now allows to plot multiple values at once. Thanks @henningpohl * Serial plotter now allows to plot multiple values at once. Thanks @henningpohl
* new translations * New translations
* Added support to file:// protocol for boards manager URLs
[libraries] [libraries]
* SPI: Added SPI.transfer16(...) function to SAM core. * SPI: Added SPI.transfer16(...) function to SAM core.