Skip to content

Abstraction of Begin() function: 2.3.0

Compare
Choose a tag to compare
@devinaconley devinaconley released this 07 Apr 20:16
· 16 commits to master since this release

Added Begin() function to handle Plotter initialization (Serial.begin and storing millis()). This lets us avoid repeated call to default constructor with implicit copy to global plotter. The copy was showing undefined behaviour

Note: duplicate calls were left in default constructor for the sake of backward compatibility