analogComp icon indicating copy to clipboard operation
analogComp copied to clipboard

analogComp is a library to manage the integrated analog comparator of some Atmel MCUs

Results 7 analogComp issues
Sort by recently updated
recently updated
newest added

**analogComp library ver 1.2.4 Arduino IDE ver 1.8.9** I can't have the library work on a Pro Micro which is apparently identical to this one (except it is blue/green): https://www.sparkfun.com/products/12640...

analogComp.cpp file, line 35 states: "_//for Atmega32U4, only ADMUX is allowed as input for AIN-_" But that seems not true, as ATmega32U4 datasheet, section 23.2 "Analog Comparator Multiplexed Input"(p.295) states:...

Hi leomil72, I tested your lib and noticed, that you handle ATMEGA 2560 (16 analog ins) wrong. If you select A0 to A15 for AIN+ with "SetOn" it only works...

bug

When using an interrupt to detect change, it's sometimes necessary to find whether it was rising or falling within the callback function. This method makes that a bit easier.

hello, I'm trying to use orangkucing's teensy3 fork on a teensy3.5, IDE1.8.7, win10 I eventually got it running, but interrupts are really all over the place. Since I cannot open...

on Arduino NG whith atmega 8 this library doesn't working.

For a project I needed the ability to poll (at regular intervals) the comparator for output changes instead of using the interrupt. I like your library so I decided to...