danielweidman / pixmob-ir-reverse-engineering

Hacking the PixMob infrared (and now also RF!) protocol to enable control of PixMob wristbands at home.
MIT License
594 stars 42 forks source link

Refactor some stuff, part 1 #20

Closed zacharesmer closed 1 year ago

zacharesmer commented 1 year ago

Changes:

Move python code into one folder to allow sharing effect definitions and configuration values. This is partly in preparation to add tests and move the miscellaneous conversion functions into a more maintainable and reusable library. Also update the documentation to match this new structure.

And apparently some new conversion functions snuck in there. Also I added the thing about the timings being 694.44 microseconds. It's a bunch of random changes wearing a feature branch as a trench coat.

sean1983 commented 1 year ago

@zacharesmer Nice work mate, This will makes life a lot easier!