main/config.c

Sun, 02 Apr 2023 09:33:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 02 Apr 2023 09:33:20 +0200
changeset 10
eee990609da7
parent 3
e5d91caa6ab4
child 12
bb72d448e282
permissions
-rw-r--r--

Fixed start of json status message.


#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;

mercurial