retrospy / RetroSpy

Live controller viewer for Nintendo consoles as well as many other retro consoles and computers. Includes viewer application for Windows, and Arduino sketch for hardware interface.
https://retro-spy.com
GNU General Public License v3.0
143 stars 22 forks source link

Update Serial.printLn calls to (F) #237

Closed 40wattrange closed 1 year ago

40wattrange commented 2 years ago

added (F) to the Serial.println calls in the gameboy file as it was causing about 20% memory usage

zoggins commented 1 year ago

These changes got made when I refactored the code.