EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Macros | Variables
ds18b20Controller.cpp File Reference
#include <functional>
#include "ds18b20Controller.h"

Go to the source code of this file.

Macros

#define TEST   0
 
#define ONE_WIRE_BUS   4
 

Variables

constexpr auto CONFIG_FILE = "/customconf.json"
 Custom configuration file name. More...
 

Macro Definition Documentation

◆ ONE_WIRE_BUS

#define ONE_WIRE_BUS   4

Definition at line 20 of file ds18b20Controller.cpp.

◆ TEST

#define TEST   0

Definition at line 11 of file ds18b20Controller.cpp.

Variable Documentation

◆ CONFIG_FILE

constexpr auto CONFIG_FILE = "/customconf.json"
constexpr

Custom configuration file name.

Definition at line 13 of file ds18b20Controller.cpp.