RS41ng/src/config.c

7 wiersze
151 B
C

#include "config.h"
bool bmp280_enabled = SENSOR_BMP280_ENABLE;
bool si5351_enabled = RADIO_SI5351_ENABLE;
volatile bool system_initialized = false;