|
satnogs-rotator-firmware
|
#include <Arduino.h>#include <Wire.h>

Go to the source code of this file.
Classes | |
| class | tc74 |
| Class that functions for interacting with a TC74 Temperature sensor. More... | |
Macros | |
| #define | TC74_TEMPERATURE_REGISTER 0x00 |
| #define | TC74_CONFIGURATION_REGISTER 0x01 |
| #define | TC74_STANDBY_COMMAND 0x80 |
| #define | TC74_AWAKE_COMMAND 0x00 |
| #define | TC74_DATA_READY_FLAG 0x40 |
| #define TC74_AWAKE_COMMAND 0x00 |
Definition at line 19 of file tc74.h.
Referenced by tc74::get_status(), and tc74::wake_up().
| #define TC74_CONFIGURATION_REGISTER 0x01 |
Definition at line 17 of file tc74.h.
Referenced by tc74::get_status(), tc74::sleep(), and tc74::wake_up().
| #define TC74_STANDBY_COMMAND 0x80 |
Definition at line 18 of file tc74.h.
Referenced by tc74::sleep().
| #define TC74_TEMPERATURE_REGISTER 0x00 |
Definition at line 16 of file tc74.h.
Referenced by tc74::get_temp().