cbachhuber / G2GDelay

Glass-to-Glass delay measurement system
Other
9 stars 5 forks source link

Remove unused PinChangeInt library #8

Closed joshua-glazer closed 2 years ago

joshua-glazer commented 3 years ago

I noticed that the PinChangeInt library wasn't actually being used in the Arduino code.

Also, the Arduino IDE autoformatter was key in finding the missing curly brace in #2. But it changes a lot of whitespace when it's run and I would like to make those changes here rather than in another issue since the commit will make it look like a lot has changed when really it's just whitespace.

There may be some other minor adjustments as well.

cbachhuber commented 3 years ago

Can you do a separate PR in which you just run the formatter? I don't have the IDE set up, so this is much more quickly done for you