main/config.c

Thu, 13 Apr 2023 12:08:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 13 Apr 2023 12:08:24 +0200
changeset 26
29dc2064e2ce
parent 12
bb72d448e282
permissions
-rw-r--r--

Version 0.4.0. Disable normal logging mqtt.


#include "config.h"

/*
 * Sensors parameters and defines
 */
bmp280_params_t         bmp280_params;
bmp280_t                bmp280_dev;

ina219_t		ina219_b_dev;
ina219_t		ina219_s_dev;

apds9930_t		apds9930_dev;

mercurial