Skip to content

Tags: CJuette/arduino-plotter

Tags

2.3.1

Toggle 2.3.1's commit message
Made graph.size private, fixed bug in SetColors for 6 vars, better ti… …mescale for quickstart

2.3.0

Toggle 2.3.0's commit message
added Begin() function to handle Serial.begin and storing milllis(). … …Avoid calling default constructor twice, was exhibiting undefined behaviour on copy to global plotter. Left duplicate calls in default constructor for the sake of backward compatibility

2.2.1

Toggle 2.2.1's commit message
compatibility issues with dtostrf... switching to print 

2.2.0

Toggle 2.2.0's commit message
missed one 

2.1.0

Toggle 2.1.0's commit message
Merge pull request devinaconley#5 from devinaconley/listener-overhaul Listener overhaul (v2.1.0)

2.0.0

Toggle 2.0.0's commit message
readme fix 

1.0.0

Toggle 1.0.0's commit message
more updates to readme 

v0.0.0

Toggle v0.0.0's commit message
auto-scaling added. support for X-Y graphing added.