Skip to content
Snippets Groups Projects
Commit c0be374e authored by francois's avatar francois
Browse files

update

parent 57903585
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,9 @@ enum class sht3xCmd_t : uint16_t {
set_ambiant_pressure = 0xe000, // execution time: 1ms
// field calibration
perform_forced_calibration = 0x362f // execution time: 400ms
set_automatic_self_calibration_enabled = 0x2416 // execution time: 1ms
get_automatic_self_calibration_enabled = 0x2313 // execution time: 1ms
perform_forced_calibration = 0x362f, // execution time: 400ms
set_automatic_self_calibration_enabled = 0x2416, // execution time: 1ms
get_automatic_self_calibration_enabled = 0x2313, // execution time: 1ms
// low-power operations
start_low_power_periodoc_measurement = 0x21ac, // 30s measurement delay
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment