Arduino-LiquidCrystal-I2C-library icon indicating copy to clipboard operation
Arduino-LiquidCrystal-I2C-library copied to clipboard

Added support or interrupts

Open sarthaktanwani opened this issue 5 years ago • 0 comments

A few low level functions were not enclosed in cli() & sei() blocks that may cause issue while working with interrupts. These cli() & sei() functions enclose similar functions in the original LiquidCrystal library, hence they should be in this header file as well for smooth functioning of programs.

sarthaktanwani avatar Apr 29 '19 17:04 sarthaktanwani