Familiar functions of AHT20 for all embedded device. More...
Go to the source code of this file.
Macros | |
| #define | ATH20_ADDRESS 0x38 |
| #define | AHT20_SOFT_RST 0xBA |
| #define | AHT20_NOR_MODE 0xA8 |
| #define | AHT20_INIT 0xBE |
| #define | AHT20_TRIG_MEASURE 0xAC |
| #define | AHT20_STATUS 0x00 |
Functions | |
| uint8_t | AHT20_TemHumGet (uint16_t *ht) |
Familiar functions of AHT20 for all embedded device.
| Project | DEVICE_GENERAL_ATY_LIB |
Definition in file AHT20_ATY.h.
| #define AHT20_INIT 0xBE |
Definition at line 41 of file AHT20_ATY.h.
| #define AHT20_NOR_MODE 0xA8 |
Definition at line 40 of file AHT20_ATY.h.
| #define AHT20_SOFT_RST 0xBA |
Definition at line 39 of file AHT20_ATY.h.
| #define AHT20_STATUS 0x00 |
Definition at line 43 of file AHT20_ATY.h.
| #define AHT20_TRIG_MEASURE 0xAC |
Definition at line 42 of file AHT20_ATY.h.
| #define ATH20_ADDRESS 0x38 |
Definition at line 38 of file AHT20_ATY.h.
Definition at line 271 of file AHT20_ATY.c.