zDrakon / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
Other
0 stars 0 forks source link

Not compatible with LiquidCrystal in Arduino 1.0+ #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. #include <LiquidCrystal.h>
2. Set to a tiny2313
3. Compile

What is the expected output? 
A function program

What do you see instead?
C:\Program Files 
(x86)\arduino-1.0.1\libraries\LiquidCrystal/LiquidCrystal.h:82: error: 
conflicting return type specified for 'virtual size_t 
LiquidCrystal::write(uint8_t)'
C:\Users\Dan\Documents\Arduino\hardware\tiny\cores\tiny/Print.h:71: error:   
overriding 'virtual void Print::write(uint8_t)'

What version of the product are you using? On what operating system?
Arduino 1.0.1 Windows 7, Arduino-tiny-0100-0013

Please provide any additional information below.

Original issue reported on code.google.com by ze...@zeron.ca on 2 Jun 2012 at 8:21

GoogleCodeExporter commented 8 years ago
Looks similar to Issue 42

Original comment by ze...@zeron.ca on 2 Jun 2012 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by arduino....@gmail.com on 31 Jul 2012 at 7:05