Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBrave committed Oct 25, 2024
1 parent 7e708da commit da337d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slf3s.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void slf3s_init(void) {
i2c_read(SLF3S_I2C_ADDR, data, 18);

// Water measurements: LQDS_I2C_ADDR = 0x8, CMD_START_CONT = 0x3608
i2c_write_cmd_16(SLF3S_I2C_ADDR, CMD_START_CONT);
i2c_write_cmd_16(SLF3S_I2C_ADDR,CMD_START_CONT);
}

void read_flow_sensor_data(uint16_t *flow, uint16_t *temperature) {
Expand Down

0 comments on commit da337d5

Please sign in to comment.