![]() |
CROSS Technical Documentation User Manual and Technical Doc.
INFN Milano Bicocca
|
#include <Driver_I2C.h>
Go to the source code of this file.
Macros | |
#define | termometro_I2C_Address_pari 0x49 |
I2C address of termometer in preamplifiers 0, 2 and 4. | |
#define | termometro_I2C_Address_dispari 0x4A |
I2C address of termometer in preamplifiers 1, 3 and 5. | |
Functions | |
void | termometro_lettura (uint8_t scheda_su_scheda_giu, uint8_t canale, uint32_t *temperatura_in_microK) |
Read the termometer on preamplifier. | |
void | termometro_sht_down (uint8_t scheda_su_scheda_giu, uint8_t canale) |
void | I2C_termometro_SignalEvent_t (uint32_t event) |
void | I2C_termometro_Initialize (void) |
Variables | |
ARM_DRIVER_I2C | Driver_I2C2 |
static ARM_DRIVER_I2C * | I2C_termometro_drv = &Driver_I2C2 |
Puntatore alla periferica I2C2. | |