I'm attempting to program the HC-SR04 with the P8X32A-D40. when used with the arduino you can read the incoming pulse by ; pulseIn(Pin#, HIGH);. Im curious if there is something i can do with spin and achieve the same end product.
I'm attempting to program the HC-SR04 with the P8X32A-D40. when used with the arduino you can read the incoming pulse by ; pulseIn(Pin#, HIGH);. Im curious if there is something i can do with spin and achieve the same end product.
Yes, it can be done on the propeller. The link jmg posted provides the information you need to do that and so much more.
Comments
P8X32A-D40
What pulse widths, and repetitions do you need to read ?
Have you looked at this ?
https://www.parallax.com/downloads/an001-propeller-p8x23a-counters
Yes, it can be done on the propeller. The link jmg posted provides the information you need to do that and so much more.