GreyGnome / PinChangeInt

Pin Change Interrupt library for the Arduino
Apache License 2.0
173 stars 70 forks source link

Call ISR when analog detects value greater than a threshold ? #4

Open vittorioexp opened 7 years ago

vittorioexp commented 7 years ago

Hi, is it possible that the isr is called when A0 detects a value higher than a prefixed value? For example when A0 detects a value greater than 100. Thank you