Loading...
Searching...
No Matches
seesaw_soil_regs.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Viktor Gal
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C"
20{
21#endif
22
27#define SEESAW_SOIL_MID_VALUE 0x55
29
34#define SEESAW_SOIL_MANUFACTURER_ID (0x01)
35#define SEESAW_SOIL_TEMPERATURE (0x04)
36#define SEESAW_SOIL_MOISTURE (0x0F10)
37#define SEESAW_SOIL_RST (0x7F)
39
40#ifdef __cplusplus
41}
42#endif
43