qrduino icon indicating copy to clipboard operation
qrduino copied to clipboard

File lcd.c : avr/io.h: and util/delay.h No such file or directory

Open madarain10 opened this issue 8 years ago • 2 comments

Could you advise something about avr/io.h: and util/delay.h

madarain10 avatar Apr 21 '16 13:04 madarain10

You have to set up your build environment correctly so that the include files (the ones you say "no such file") are visible to the include path. If you are using an AVR setup, these should have been installed. See if they are installed on your system, and if so if the (avr) compiler finds a path to them.

tz1 avatar Apr 21 '16 15:04 tz1

Thank you for your help, Could you tell me about example using library qrcode for nokia lcd 5110 display

madarain10 avatar Apr 29 '16 17:04 madarain10