|
Adafruit TMP117 Library
|
A struct to hold alert state information. More...
#include <Adafruit_TMP117.h>
Public Attributes | |
| bool | high |
| Status of the high temperature alert. | |
| bool | low |
| Status of the low temperature alert. | |
| bool | data_ready |
| Status of the data_ready alert. | |
A struct to hold alert state information.
The alert state register is auto-clearing and so must be read together
1.8.13