interrupt on analog pin
hi,
i'm trying use color sensor (adjd-s311) on arduino uno.
my problem can't figure out how use interrupt on analog pin or if it's possible.
i need stop boe bot when color change , execute function.
i've tried different methods i'm feeling there issue if need read sensor in order change values.
please don't send me : http://playground.arduino.cc/main/pinchangeinterrupt
thanks
i'm trying use color sensor (adjd-s311) on arduino uno.
my problem can't figure out how use interrupt on analog pin or if it's possible.
i need stop boe bot when color change , execute function.
i've tried different methods i'm feeling there issue if need read sensor in order change values.
please don't send me : http://playground.arduino.cc/main/pinchangeinterrupt
thanks
interrupts on "analog pin" work when pins in digital mode, there no interrupt facilities in analog mode.
Arduino Forum > Using Arduino > Project Guidance > interrupt on analog pin
arduino
Comments
Post a Comment