1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/libraries
Matthijs Kooijman 3fdda81a1a Make the LiquidCrystal row offsets uint8_t instead of int
Since these are memory addresses, there is no need to make them signed.
Furthermore, the HD44780 chip supports memory addresses up to 0x67, so
uint8_t shouldbe sufficient.
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 Make the LiquidCrystal row offsets uint8_t instead of int 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