SeongGino / ir-light-gun-plus

Arduino powered IR light gun - with force-feedback additions, MAMEHOOKER support, quality of life changes, and (possibly) dubious code quality!
GNU Lesser General Public License v2.1
27 stars 3 forks source link

Implicit temp sensor support #24

Closed SeongGino closed 4 months ago

SeongGino commented 4 months ago

Basic logic to switch between temp sensor or sensorless solenoid activation, so that temp sensor can be left enabled for builds but remain unused if the user decides not to have one.

This will allow us to ship one binary per board, rather than the current TMP and TMP-less configs for each MCU.

(PR is for note-to-self purposes - will merge once #23 is finished)