This function allows to read the voltage of any of the selectable nodes.
710int32_t
ADC_lettura(uint8_t scheda_su_scheda_giu_, uint8_t node_to_read, uint8_t cosa_fare){
713 if(scheda_su_scheda_giu_>1)scheda_su_scheda_giu_=1;
724 ADC_misura_fatta =
ADC_lettura_24bit( node_to_read, scheda_su_scheda_giu_, cosa_fare);
748 return ADC_misura_fatta;
long int ADC_lettura_24bit(char line_to_read_to_select_ADCch0_ADCch1, uint8_t up_down, uint8_t cosa_fare)
ADC Wakeup and 24 bits reading.
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.
#define spi_clock_for_relais
[ref_spi_clock_for_relais]
void Analog_mux_line_to_select_deselect(uint8_t scheda_su_scheda_giu, uint8_t line_to_select, uint8_t select_1_deselect_0)
Selection of the line to mesure with the analog MUX of the mainboard, driven by the I2C->parallel mux...
void Analog_mux_line_to_select_deselect_for_postmainboard(uint8_t scheda_su_scheda_giu, uint8_t line_to_select, uint8_t select_1_deselect_0)
Selection of the line to measure with the analog MUX's of the postmainboard, directely driven by the ...
@ node_voltage_Analog_Mux_0_offset
Starting Offset for this set of nodes, 32.
#define SPI_control_for_relay_driver
[ref_SPI_control_for_relay_driver]