lzrtag / LZRTag

AVR-Based easily modifyable DIY Lasertag!
GNU General Public License v3.0
94 stars 11 forks source link

Improved ESP to AVR coms #27

Closed Xasin closed 6 years ago

Xasin commented 6 years ago

Since the current setup of solely using 8-bit values for sending times and frequencies has been a bit of a hindrance regarding the flexibility and stability of the system. Vibrating for more than two seconds would already cause a problem, while at the same time, intervals were only selectable in 10ms intervals.

Now, the resolution is 1ms, while a maximum duration of more than a minute is supported. Plenty for any configuration :tada:

This should also close #12, which is nice :3


This change is Reviewable

Xasin commented 6 years ago

By the way this here closes #12!

Xasin commented 6 years ago

Reviewed 6 of 7 files at r1, 6 of 6 files at r2. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable