Core 1.0.7 released

I made the changes suggested by facchinm:

I still get a compiler error, I do not see the error but at least it is not the cmd error of before.

C:\Users\Ralph\Documents\Arduino\libraries\NewliquidCrystal\LiquidCrystal_SR1W.h:294:80: note: in definition of macro 'SR1W_ATOMIC_WRITE_HIGH'

#define SR1W_ATOMIC_WRITE_HIGH(reg, mask) ATOMIC_BLOCK(ATOMIC_RESTORESTATE) { *reg |= mask; }

^

Using library Wire at version 1.0 in folder: C:\Users\Ralph\AppData\Local\Arduino15\packages\Intel\hardware\arc32\1.0.7\libraries\Wire
Using library NewliquidCrystal in folder: C:\Users\Ralph\Documents\Arduino\libraries\NewliquidCrystal (legacy)
exit status 1
Error compiling for board Arduino/Genuino 101.

Error_2.txt (40.1 KB)