Hi there,
I'm trying to detect edge below conditions
- should be detected edge that has signal period of pulse width "50us"
- want to use trigger voltage level : 1.05 V
by using attachinterrupt(CHANGE) function.
but which function support either below or above trigger level in advanced defined.
- Input State Detect Voltage Level
Logic LOW less than 2.2V
Logic HIGH more than 2.6V
refer to link : https://www.radishlogic.com/arduino/arduino-uno-schmitt-trigger-voltage-levels/
at this view point,
I want to change trigger level to detect 1.05V edges.
I already try other method like as software method using below
refer to link :Signal edge detection | Scilab
but, which one has delay time about AD Converting time approximately 100us
refer to link : analogRead() - Arduino Reference
anyone help me to treat the problem.
How can i detected it?