Hi,
im new here. im looking into using my pi to do some data acquisition. i have a pulse train i am trying to capture and decode, the shortest pulse width is 14us. i was thinking of using one of the gpios as an interrupt and write some code to capture the time between pulses to ensure i have the entire train. i was thinking of using the time.time() function in python to do this then save all the data to a file and analyse later. im not sure if this is the best way to do what i am thinking. need some help.