Skip to content

Commit

Permalink
close action
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Aug 26, 2024
1 parent 31814b0 commit 77d3cde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/drivers/hygrometer/sht4x/sht4x.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,7 @@ class SHT4X : public device::I2C, public ModuleParams, public I2CSPIDriver<SHT4X
int init_sensor();
void print_status() override;

//void action_cli(const BusCLIArguments &cli);

//int write_data(uint8_t command, uint8_t buffer[], uint8_t length);

uint8_t read_serialnumber();

uint8_t sensor_compouse_msg(bool send);

uint8_t calc_crc(uint8_t data[2]);
Expand Down

0 comments on commit 77d3cde

Please sign in to comment.