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 6cf5cf3 commit 6816c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int got_samples = 0;
AranovskiyParams params;
AranovskiyState state;

double omega_up = 5.0 * (2 * PI); // upper frequency Hz * 2 * PI
double omega_up = 2.5 * (2 * PI); // upper frequency Hz * 2 * PI
double k_gain = 2.0;

double t_0 = 0.0;
Expand Down

0 comments on commit 6816c74

Please sign in to comment.