Skip to content

Instantly share code, notes, and snippets.

View d-day's full-sized avatar

Drew Day d-day

View GitHub Profile
@d-day
d-day / refactor.pde
Last active December 27, 2016 01:25
Large refactor with demonstration of problem and inefficieny
/*
===========================================================================================
ArduinoPlotter_processingListener is the source processing script that corresponds to the
Plotter library for Arduino. The library supports plots against time as well as 2-variable
"X vs Y" graphing.
-------------------------------------------------------------------------------------------
The library transfers information via the serial port to a listener program written with the
software provided by Processing. No modification is needed to this program; graph placement,
axis-scaling, etc. are handled automatically.
Multiple options for this listener are available including stand-alone applications as well