#ifndef UTILS_H #define UTILS_H #include void floatToBytes(float val, uint8_t *bytes); void updateStatusLED(bool deviceConnected, int ledPin); #endif