From 6cf5cf3bc73b5ec8af2ba1f025360f7712795c6c Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Wed, 28 Aug 2024 01:18:03 -0400 Subject: [PATCH] Update bbn_wave_freq_m5atomS3.ino --- bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino b/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino index 1f43420..a28e252 100644 --- a/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino +++ b/bbn_wave_freq_m5atomS3/bbn_wave_freq_m5atomS3.ino @@ -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(¶ms, &state, y, delta_t);