smooooth
Esse commit está contido em:
@@ -117,8 +117,10 @@ long timeOfInit;
|
||||
long timeSinceStopRunning = 1000;
|
||||
int prev_time_millis = 0;
|
||||
|
||||
//final int nPointsPerUpdate = 50; //update the GUI after this many data points have been received
|
||||
final int nPointsPerUpdate = 24; //update the GUI after this many data points have been received
|
||||
// final int nPointsPerUpdate = 50; //update the GUI after this many data points have been received
|
||||
// final int nPointsPerUpdate = 24; //update the GUI after this many data points have been received
|
||||
final int nPointsPerUpdate = 10; //update the GUI after this many data points have been received
|
||||
|
||||
|
||||
//define some data fields for handling data here in processing
|
||||
float dataBuffX[]; //define the size later
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário