You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using V2.3.3 downloaded today (ZIP file).
I'm not sure if this is the same problem reported before (#19) but it relates to my previous issue #23.
If I only change the loop() code from this:-
void loop()
{
float Vnew=5.0*analogRead(SIG)/1023.0;
if (Vout==Vnew) Vout=Vnew+.0001;
p.Plot();
}
Then Listener.exe shows NaN on the vertical axis and no values are plotted. This was done to try to avoid consecutive values being the same (in case the NaN was caused by the previously reported bug #19)
The text was updated successfully, but these errors were encountered:
Using V2.3.3 downloaded today (ZIP file).
I'm not sure if this is the same problem reported before (#19) but it relates to my previous issue #23.
If I only change the loop() code from this:-
To this:-
Then Listener.exe shows NaN on the vertical axis and no values are plotted. This was done to try to avoid consecutive values being the same (in case the NaN was caused by the previously reported bug #19)
The text was updated successfully, but these errors were encountered: