roberttidey / LightwaveRF

Arduino Libraries for LightwaveRF 433MHz rx and tx
57 stars 16 forks source link

Use Pigpio's recent glitch and noise filters? #6

Open lawrenceakka opened 8 years ago

lawrenceakka commented 8 years ago

In a commit at the end of October, pigpio added a glitch and noise filter. I wonder if this might be useful for making the the custom pigpio extension even more efficient. Sorry my c is not good enough to submit a pull request.

Lawrence

roberttidey commented 8 years ago

Thanks. I'll check that out. The lightwaveRF state machine does filter out glitches anyway but one might be able to reduce the call frequency a bit by using pigpio glitch filter to get rid of low level stuff.