Hello!
I just downloaded the LiquidCrystal_v1.2.1 library and tried to compile and run and "HelloWorld_i2c" example, but I get the following error message:
Arduino:1.5.7 (Windows 7), Board: "Arduino Due (Programming Port)"
C:\Arduino NEW\libraries\LiquidCrystal_V1.2.1\FastIO.cpp: In function 'void fio_shiftOut1(fio_register, fio_bit, uint8_t, boolean)':
C:\Arduino NEW\libraries\LiquidCrystal_V1.2.1\FastIO.cpp:214:19: error: '_BV' was not declared in this scope
if(value & _BV(i))
^
I then tried to open "FastIO.cpp" and found one line of code where "_BV" is used, but I didn't find nowhere in code what could be supposed to declare this. I'm still not so good in programming to correct this error by myself, so any help will be highly appreciated. Thank you in advance!
Sincerely,
metheoneandonly