Loading…
Loading…
方法名称: calc_degF_from_degC
方法ID: 0x407A
方法标签:
方法描述:
- {
- float degCValue;
- float degFValue;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- send_command(3);
- degCValue = _fvar_value(16507);
- degFValue = degCValue * 9 / 5 + 32;
- _fassign(16505,degFValue);
请登录以获得完整内容