When trying to use the "pulseInLong" function, I got undefined reference to `countPulseASM' error.
OS: Windows 11
Platform: Arduino
Platform SDK Version: [Arduino SDK version 1.6.4]
if possible can anyone share me proper pulseinlong source file ???
Thank you all for the response. i just thought to ask the library file which contains the source code of countPulseASM function, because there is no function for countPulseASM. In my wiring_pulse.c, countPulseASM is being called inside pulseIn function and this countPulseASM is declared at wiring_private.h file, but when i try to check the countPulseASM function code, it is not there in any of my arduino library files. That's why I'm getting this issue, so I thought that maybe I should use the latest library file for pulsein and pulseinlong arduino functions.