Phobos132 / PhobGCC

Project to create a teensy based gamecube controller with hall effect sensors, snapback filtering, and notch calibration
GNU General Public License v3.0
98 stars 5 forks source link

Implement calibration check #40

Open Phobos132 opened 2 years ago

Phobos132 commented 2 years ago

Need a check after (during?) calibration to ensure the affine transformations it dont stretch any region more than 30(maybe?)%?

CarVac commented 2 years ago

This was completed when I updated the calibration procedure.

https://github.com/Phobos132/PhobGCC/pull/52