Newer
Older
#include "common.h"
#ifndef H_ORDERS
#define H_ORDERS 1
typedef struct orders_struct
{
uint8_t get_T;
} orders_t;
extern orders_t orders;
void do_orders();
/*[[[cog
import conf
cog.out(f"#define THERMO_FACTOR_FILTRE {conf.THERMO_FACTOR_FILTRE:e}\n")
cog.out(f"#define THERMO_FAIL_NUMBER {conf.THERMO_FAIL_NUMBER:d}\n")