24 return (u8 == r.
u8) &&
39 #define BOARD_USE_BOARD_0 (0) 42 #define BOARD_BOARD_0_ID (0) 43 #define BOARD_BOARD_0_NB_ADCS (1) 44 #define BOARD_BOARD_0_ADC_0_NB_CHANNELS (8) 46 #define BOARD_BOARD_1_ID (1) 47 #define BOARD_BOARD_1_NB_ADCS (5) 49 // the following lines determine the number of channels querried per adc (or assimilated device) 53 #define BOARD_BOARD_1_ADC_0_NB_CHANNELS (0) 54 #define BOARD_BOARD_1_ADC_1_NB_CHANNELS (0) 55 #define BOARD_BOARD_1_ADC_2_NB_CHANNELS (0) 56 #define BOARD_BOARD_1_ADC_3_NB_CHANNELS (0) 57 #define BOARD_BOARD_1_ADC_4_NB_CHANNELS (3) 63 #define ADCMGR_SS_PIN (10) //<! pin for ADC slave select 69 #define SlaveApp_LED_PIN_1 (35) //<! AEM board heartbeat led pin 1 70 #define SlaveApp_LED_PIN_2 (36) //<! AEM board heartbeat led pin 2 71 #define SlaveApp_HB_TIME (500) //<! AEM board led heartbeat flash time in millisecs 73 #define SlaveApp_SAY_HEARTBEAT_ONLY (true) //<! debugging define controls how data the slave prints to serial monitor, leave at TRUE for minimal output 74 #define SlaveApp_HB_SHOW_COUNT (300) //<! the number of data loop iterations before the slave outputs to serial monitor. struct u8u32f_struct __attribute__((__packed__))
uint32_t timeStamp_t
Definition: config.h:9
float f
Definition: config.h:19
uint8_t ADCCID_t
Definition: config.h:11
boolean operator!=(const u8u32f_struct &r) const
Definition: config.h:29
uint32_t u32
Definition: config.h:18
uint8_t u8
Definition: config.h:17
uint32_t boardID
Definition: config.h:12
boolean operator==(const u8u32f_struct &r) const
Definition: config.h:23
float ADC_value_t
Definition: config.h:10