HT12E library

Hello Rob,

Thank you for your positive feedback, I really appreciate it!

I'll rework on the library API by building up methods like those of some standard libraries:

  • HT12E::available()
  • HT12E::error()
  • HT12E::read()

And I agree with you about the threefold check, which should not be hardcoded. My idea is to let the available() operation tell you when there is potentially real incoming data, and it will be up to the developer to decide whether one, two or n-fold checking is enough or not.

Cheers

nu