According to this datasheet this sensor puts out signals < 10ms.
When using RPi.GPIO and the add_event_detect
callbacks, is there a chance that I will miss information because of the processing speed of the Raspberry Pi and my Python program?
In other words, what is the maximum rate at which signals can be detected / logged accurately in Python using RPi.GPIO?
< 10ms
is not a helpful statement. Less can mean nanoseconds or less. – joan Apr 22 '20 at 08:37