Skip to content

Commit

Permalink
Update Main.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
771-8bit committed Dec 18, 2023
1 parent 90eb310 commit 230f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/Main.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// global data
flat data_bno_accel_x_mss = 0;
float data_bno_accel_x_mss = 0;
float data_bno_accel_y_mss = 0;
float data_bno_accel_z_mss = 0;
float data_bme_pressure_hPa = 0;
Expand Down

0 comments on commit 230f170

Please sign in to comment.