Skip to content

Commit

Permalink
Update bbn_wave_freq_m5atomS3.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Aug 28, 2024
1 parent 31901af commit 6cf5cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ void repeatMe() {
delta_t = ((now - last_update) / 1000000.0);
last_update = now;

//double y = accel.z - 1.0 /* since it includes g */;
double y = sin(2 * PI * state.t * 0.25); // dummy test data
double y = accel.z - 1.0 /* since it includes g */;
//double y = sin(2 * PI * state.t * 0.25); // dummy test data

aranovskiy_update(&params, &state, y, delta_t);

Expand Down

0 comments on commit 6cf5cf3

Please sign in to comment.