![]() |
FOSSASAT-1B
|
![]() |
Macros | |
#define | BOARD_TEMP_SENSOR_ADDR 0b1001100 |
#define | BATTERY_TEMP_SENSOR_ADDR 0b1001011 |
#define | TEMP_SENSOR_REG_CONFIG 0b01 |
#define | TEMP_SENSOR_RESOLUTION_9_BITS 0b00000000 |
#define | TEMP_SENSOR_RESOLUTION_10_BITS 0b00100000 |
#define | TEMP_SENSOR_RESOLUTION_11_BITS 0b01000000 |
#define | TEMP_SENSOR_RESOLUTION_12_BITS 0b01100000 |
#define BATTERY_TEMP_SENSOR_ADDR 0b1001011 |
Battery TMP100 temperature sensor Wire address.
Definition at line 428 of file configuration.h.
#define BOARD_TEMP_SENSOR_ADDR 0b1001100 |
Board TMP100 temperature sensor Wire address.
Definition at line 427 of file configuration.h.
#define TEMP_SENSOR_REG_CONFIG 0b01 |
Initial temperature sensor configuration value (1).
Definition at line 429 of file configuration.h.
#define TEMP_SENSOR_RESOLUTION_10_BITS 0b00100000 |
e.g. 0.25 deg. C
Definition at line 431 of file configuration.h.
#define TEMP_SENSOR_RESOLUTION_11_BITS 0b01000000 |
e.g. 0.125 deg. C
Definition at line 432 of file configuration.h.
#define TEMP_SENSOR_RESOLUTION_12_BITS 0b01100000 |
e.g. 0.0625 deg. C
Definition at line 433 of file configuration.h.
#define TEMP_SENSOR_RESOLUTION_9_BITS 0b00000000 |
e.g. 0.5 deg. C
Definition at line 430 of file configuration.h.