main/config.c

Tue, 28 Mar 2023 11:25:46 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 28 Mar 2023 11:25:46 +0200
changeset 2
3462a53e548f
parent 1
1c9894662795
child 3
e5d91caa6ab4
permissions
-rw-r--r--

Finished the BMP280 task.


#include "config.h"

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

mercurial