|
void | instr_ADC_LETTURA_function (void) |
| All the posible nodes voltages can be read with this instruction. Either the internal or an external ADC can be used. The external ADC option will become obsolote at the time of installation.
|
|
int32_t | ADC_lettura (uint8_t scheda_su_scheda_giu, uint8_t node_to_read, uint8_t cosa_fare) |
| This function allows to read the voltage of any of the selectable nodes.
|
|
void | ADC_Sleep_fun (uint8_t up_down) |
| ADC is sent to sleep mode.
|
|
void | ADC_selfcal_zero_scale (uint8_t up_down) |
| ADC self-calibration. ADC needs to be pre-selected.
|
|
void | ADC_Wakeup (uint8_t up_down) |
| ADC Wakeup and 24 bits reading.
|
|
signed long int | ADC_lettura_24bit (char ADC_0_o_1, uint8_t up_down, uint8_t cosa_fare) |
| ADC Wakeup and 24 bits reading.
|
|
uint32_t | ADC_lettura_registro (char ADC_0_o_1, uint8_t up_down, uint8_t registro_ch0) |
| This function allows to read a whatver regsiter of the ADC.
|
|
void | ADC_scrittura_registro (char ADC_0_o_1, uint8_t up_down, uint8_t registro_ch0, int32_t value_to_write) |
| This function allows to read a whatver regsiter of the ADC.
|
|
int | ADC_compensazione_al_nodo (uint8_t line_to_read, int32_t lettura_ADC, int32_t lettura_offset) |
| This function allows to read a whatver regsiter of the ADC.
|
|
void | ADC_sleep_ON_OFF (uint8_t up_down, uint8_t ON_OFF_NOP) |
| ADC is set to sleep or awake.
|
|
int32_t | ADC_misura_differenziale_con_media_generico (uint8_t scheda_su_scheda_giu_, uint8_t preamplifier_externalADC_1_onboardADC_0, uint8_t nodo_da_misurare, uint8_t differenziale1_single_0) |
| This function sets the original gain when a few LSb have to be determined. The umber of bits is bit_to_go.
|
|
static int32_t | ADC_misura_differenziale_single_ended (uint8_t scheda_su_scheda_giu, uint8_t nodo_da_leggere, uint8_t differenziale_1_single_0) |
|
void | calibrazione_Resistenze_sterne_ADC (void) |
|
int | correzione_misura_ADC (char quali_coefficienti, int misura) |
|
long long int | divisione_di_gianlu (long long int Numeratore, long long int denominatore) |
| The division operator on 32 or 64 bit, positive/negative integers.
|
|