1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/libraries
Matthijs Kooijman 1786716a75 In LiquidCrystal::setCursor(), check against length of _row_offsets as well
Before, the row value was maximized against _numlines already, but the
value from _numlines is not limited anywhere, so it could be longer than
the length of _row_offsets. This check makes sure the array bounds is
never exceeded.
2013-12-18 13:09:48 +01:00
..
Audio Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Bridge Fixed return value of Bridge::get(..) (returning 0 also with valid data len >0) 2013-11-25 23:08:40 +01:00
Esplora Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Ethernet Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2013-12-09 18:31:43 +01:00
Firmata Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
GSM Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2013-11-11 12:40:59 +01:00
LiquidCrystal In LiquidCrystal::setCursor(), check against length of _row_offsets as well 2013-12-18 13:09:48 +01:00
Robot_Control Merge branch 'master' into ide-1.5.x 2013-11-14 16:04:45 +01:00
Robot_Motor Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
RobotIRremote Merge branch 'master' into ide-1.5.x 2013-11-14 16:04:45 +01:00
Scheduler Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
SD Merge branch 'master' into ide-1.5.x 2013-11-12 09:45:56 +01:00
Servo Fixed compile error on StandardFirmata example. 2013-11-18 11:41:45 +01:00
SpacebrewYun Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
Stepper Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
Temboo Run new astyle formatter against libs Bridge, SpacebrewYun and Temboo 2013-10-21 10:13:31 +02:00
TFT TFT library: warning messages in PImage class and strings inside examples now stored in flash to save RAM 2013-12-06 11:17:17 +01:00
USBHost Run new astyle formatter against all the examples 2013-10-21 09:58:40 +02:00
WiFi Merge remote-tracking branch 'arduino/master' into ide-1.5.x 2013-11-11 12:40:59 +01:00