tfabris / BlueGigaEmpeg

Arduino module and daughter board to convert the empeg Car MP3 player to Bluetooth output.
GNU General Public License v3.0
0 stars 0 forks source link

Turn the Reset Line feature into a boolean variable at the top of the script. #13

Closed tfabris closed 6 years ago

tfabris commented 6 years ago

Search for resetLinePin in the code base to find all places where you need to update the code to make this work.

tfabris commented 6 years ago

Done. Variable to control reset line is called performResetLinePhysical and is among the global variables at the top of the program.