rtwin to Arduino and other electronics projects info · 1 year agoInteresting Arduino code snippets websitesmessage-squaremessage-square5fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1message-squareInteresting Arduino code snippets websitesrtwin to Arduino and other electronics projects info · 1 year agomessage-square5fedilink
minus-squarertwinOPlinkfedilinkarrow-up1·edit-21 year agoreading a PPM signal https://playground.arduino.cc/Code/ReadReceiver/ This code uses pin change interrupts and timer 1 to measure the time between the rise and fall of 3 channels of PPM
reading a PPM signal https://playground.arduino.cc/Code/ReadReceiver/