Skip to content

Commit

Permalink
Update jsd_el5042_types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-rogers authored Oct 30, 2024
1 parent 83b5433 commit 3c258b3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/jsd_el5042_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ typedef struct {
uint8_t ssi_mode[JSD_EL5042_NUM_CHANNELS];
} jsd_el5042_config_t;


typedef struct {
jsd_el3202_element_t element[JSD_EL3202_NUM_CHANNELS]; ///< Type of RTD
jsd_beckhoff_filter_t
filter[JSD_EL3202_NUM_CHANNELS]; ///< Digital Notch Filter Opt
jsd_el3202_connection_t
connection[JSD_EL3202_NUM_CHANNELS]; ///< 2,3, or 4 wire
double wire_resistance[JSD_EL3202_NUM_CHANNELS]; ///< User supplied, in Ohms
jsd_el3202_presentation_t
presentation[JSD_EL3202_NUM_CHANNELS]; ///< Data presentation, default:
///< low rez(1/10 C)
} jsd_el3202_config_t;


/**
* @brief Read struct for EL5042 device
*/
Expand Down

0 comments on commit 3c258b3

Please sign in to comment.