1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/libraries/LiquidCrystal
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
..
examples Merge branch 'master' into ide-1.5.x 2013-11-12 09:45:56 +01:00
src Make the LiquidCrystal row offsets uint8_t instead of int 2013-12-18 13:09:48 +01:00
keywords.txt fixed permissions on a lot of text files. see #1116 2012-12-10 10:42:49 +01:00
library.properties Updated libraries metadata 2013-08-08 16:40:55 +02:00