1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge branch 'ide-1.5.x-lcd' of github.com:matthijskooijman/Arduino

This commit is contained in:
Cristian Maglie
2014-11-05 17:19:56 +01:00
3 changed files with 22 additions and 6 deletions

View File

@ -10,6 +10,8 @@ ARDUINO 1.5.9
* sam: added -MMD flag to let gcc produce dependency files (full rebuild on Arduino Due is now triggered only if needed)
[libraries]
* LiquidCrystal: added setRowOffsets function to support different LCD hardware configurations (Mark Sproul)
* LiquidCrystal: various improvements and optimizations (Matthijs Kooijman)
* Fixed PROGMEM error in Robot_Control/examples/explore/R06_Wheel_Calibration
The following changes are included also in the Arduino IDE 1.0.7: