Skip to content

v2.0.0

Choose a tag to compare

@GrumpyGopher GrumpyGopher released this 05 Jul 01:49
· 3 commits to main since this release
b23aaf8
  • Added support for outputting to OLED display and Arduino Serial Monitor at the same time.
  • Control can be from push button or from sending serial data via serial monitor when both modes are enabled.

To enable OLED display uncomment out this line:
#define OLED // OLED Display [COMMENT OUT FOR SERIAL OUTPUT]

To enable Serial monitor uncomment out this line:
#define EnableSerialDebug // additiaon serial monitor output [COMMENT OUT to disable]