From 2b73a277f51df0363b12fa928097e83aa7394309 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 5 Sep 2025 09:37:38 -0400 Subject: [PATCH] Update main.h add pi_sensors --- main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main.h b/main.h index 95cbbf59..0ba9c824 100644 --- a/main.h +++ b/main.h @@ -247,6 +247,7 @@ int groundCommandCount = 0; void sensor_setup(); // defined in sensor_extension.c int sensor_loop(char *sensor_buffer); // defined in sensor_extension.c +int pi_sensors(char *buffer); // used to read BME and MPU sensor if connected to Pi // from funcubeLib/common/fecConstants.h