Skip to content

Commit b0d95f5

Browse files
committed
fix: fix temperature conversion errors
1 parent 595b697 commit b0d95f5

10 files changed

+895
-887
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.5 (2025-03-27)
2+
3+
## Bug Fixes
4+
5+
- fix temperature conversion errors
6+
17
## 2.0.4 (2025-03-02)
28

39
## Bug Fixes

doc/html/driver__max31865_8c_source.html

Lines changed: 777 additions & 776 deletions
Large diffs are not rendered by default.

doc/html/driver__max31865_8h_source.html

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

doc/html/driver__max31865__basic_8c_source.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -234,20 +234,20 @@
234234
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; }</div>
235235
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;}</div>
236236
<div class="ttc" id="adriver__max31865__basic_8h_html"><div class="ttname"><a href="driver__max31865__basic_8h.html">driver_max31865_basic.h</a></div><div class="ttdoc">driver max31865 basic header file</div></div>
237-
<div class="ttc" id="agroup__max31865__base__driver_html_ga0775b1cd58076157947aa47a428b84db"><div class="ttname"><a href="group__max31865__base__driver.html#ga0775b1cd58076157947aa47a428b84db">max31865_set_low_fault_threshold</a></div><div class="ttdeci">uint8_t max31865_set_low_fault_threshold(max31865_handle_t *handle, uint16_t threshold)</div><div class="ttdoc">set the low fault threshold</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00691">driver_max31865.c:691</a></div></div>
238-
<div class="ttc" id="agroup__max31865__base__driver_html_ga23b453006f95056aec7acd2c5294007c"><div class="ttname"><a href="group__max31865__base__driver.html#ga23b453006f95056aec7acd2c5294007c">max31865_set_wire</a></div><div class="ttdeci">uint8_t max31865_set_wire(max31865_handle_t *handle, max31865_wire_t wire)</div><div class="ttdoc">set the pt resistor wire</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00309">driver_max31865.c:309</a></div></div>
239-
<div class="ttc" id="agroup__max31865__base__driver_html_ga3d6b02885604e6c6d94ff55bfa4196df"><div class="ttname"><a href="group__max31865__base__driver.html#ga3d6b02885604e6c6d94ff55bfa4196df">max31865_continuous_read</a></div><div class="ttdeci">uint8_t max31865_continuous_read(max31865_handle_t *handle, uint16_t *raw, float *temp)</div><div class="ttdoc">read data continuously</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l01011">driver_max31865.c:1011</a></div></div>
237+
<div class="ttc" id="agroup__max31865__base__driver_html_ga0775b1cd58076157947aa47a428b84db"><div class="ttname"><a href="group__max31865__base__driver.html#ga0775b1cd58076157947aa47a428b84db">max31865_set_low_fault_threshold</a></div><div class="ttdeci">uint8_t max31865_set_low_fault_threshold(max31865_handle_t *handle, uint16_t threshold)</div><div class="ttdoc">set the low fault threshold</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00692">driver_max31865.c:692</a></div></div>
238+
<div class="ttc" id="agroup__max31865__base__driver_html_ga23b453006f95056aec7acd2c5294007c"><div class="ttname"><a href="group__max31865__base__driver.html#ga23b453006f95056aec7acd2c5294007c">max31865_set_wire</a></div><div class="ttdeci">uint8_t max31865_set_wire(max31865_handle_t *handle, max31865_wire_t wire)</div><div class="ttdoc">set the pt resistor wire</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00310">driver_max31865.c:310</a></div></div>
239+
<div class="ttc" id="agroup__max31865__base__driver_html_ga3d6b02885604e6c6d94ff55bfa4196df"><div class="ttname"><a href="group__max31865__base__driver.html#ga3d6b02885604e6c6d94ff55bfa4196df">max31865_continuous_read</a></div><div class="ttdeci">uint8_t max31865_continuous_read(max31865_handle_t *handle, uint16_t *raw, float *temp)</div><div class="ttdoc">read data continuously</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l01012">driver_max31865.c:1012</a></div></div>
240240
<div class="ttc" id="agroup__max31865__base__driver_html_ga3f84bc2719dca55b64f4a1351190fe14"><div class="ttname"><a href="group__max31865__base__driver.html#ga3f84bc2719dca55b64f4a1351190fe14">max31865_resistor_t</a></div><div class="ttdeci">max31865_resistor_t</div><div class="ttdoc">max31865 resistor type enumeration definition</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8h_source.html#l00083">driver_max31865.h:84</a></div></div>
241-
<div class="ttc" id="agroup__max31865__base__driver_html_ga5bd26ea2fb569fa173e4608f7c1e489e"><div class="ttname"><a href="group__max31865__base__driver.html#ga5bd26ea2fb569fa173e4608f7c1e489e">max31865_init</a></div><div class="ttdeci">uint8_t max31865_init(max31865_handle_t *handle)</div><div class="ttdoc">initialize the chip</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00122">driver_max31865.c:122</a></div></div>
242-
<div class="ttc" id="agroup__max31865__base__driver_html_ga5e84f95d56d135807f2c4bc86b3fe414"><div class="ttname"><a href="group__max31865__base__driver.html#ga5e84f95d56d135807f2c4bc86b3fe414">max31865_set_resistor</a></div><div class="ttdeci">uint8_t max31865_set_resistor(max31865_handle_t *handle, max31865_resistor_t resistor)</div><div class="ttdoc">set the pt resistor</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00434">driver_max31865.c:434</a></div></div>
241+
<div class="ttc" id="agroup__max31865__base__driver_html_ga5bd26ea2fb569fa173e4608f7c1e489e"><div class="ttname"><a href="group__max31865__base__driver.html#ga5bd26ea2fb569fa173e4608f7c1e489e">max31865_init</a></div><div class="ttdeci">uint8_t max31865_init(max31865_handle_t *handle)</div><div class="ttdoc">initialize the chip</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00123">driver_max31865.c:123</a></div></div>
242+
<div class="ttc" id="agroup__max31865__base__driver_html_ga5e84f95d56d135807f2c4bc86b3fe414"><div class="ttname"><a href="group__max31865__base__driver.html#ga5e84f95d56d135807f2c4bc86b3fe414">max31865_set_resistor</a></div><div class="ttdeci">uint8_t max31865_set_resistor(max31865_handle_t *handle, max31865_resistor_t resistor)</div><div class="ttdoc">set the pt resistor</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00435">driver_max31865.c:435</a></div></div>
243243
<div class="ttc" id="agroup__max31865__base__driver_html_ga76253e645ee120c5de72b5ac5e35a494"><div class="ttname"><a href="group__max31865__base__driver.html#ga76253e645ee120c5de72b5ac5e35a494">max31865_wire_t</a></div><div class="ttdeci">max31865_wire_t</div><div class="ttdoc">max31865 wire type enumeration definition</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8h_source.html#l00073">driver_max31865.h:74</a></div></div>
244-
<div class="ttc" id="agroup__max31865__base__driver_html_ga81ee4323267c5f5b32d9e7703aaace89"><div class="ttname"><a href="group__max31865__base__driver.html#ga81ee4323267c5f5b32d9e7703aaace89">max31865_set_reference_resistor</a></div><div class="ttdeci">uint8_t max31865_set_reference_resistor(max31865_handle_t *handle, float value)</div><div class="ttdoc">set the reference resistor</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00382">driver_max31865.c:382</a></div></div>
245-
<div class="ttc" id="agroup__max31865__base__driver_html_ga89a587029f4576823698e0dcdfbd1f48"><div class="ttname"><a href="group__max31865__base__driver.html#ga89a587029f4576823698e0dcdfbd1f48">max31865_set_fault_detection_cycle_control</a></div><div class="ttdeci">uint8_t max31865_set_fault_detection_cycle_control(max31865_handle_t *handle, max31865_fault_detection_cycle_control_t control)</div><div class="ttdoc">set the fault detection cycle control</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00760">driver_max31865.c:760</a></div></div>
246-
<div class="ttc" id="agroup__max31865__base__driver_html_ga93a1caaa4abb6129998ee95137c11f13"><div class="ttname"><a href="group__max31865__base__driver.html#ga93a1caaa4abb6129998ee95137c11f13">max31865_set_filter_select</a></div><div class="ttdeci">uint8_t max31865_set_filter_select(max31865_handle_t *handle, max31865_filter_select_t filter)</div><div class="ttdoc">set the filter type</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00235">driver_max31865.c:235</a></div></div>
247-
<div class="ttc" id="agroup__max31865__base__driver_html_gab9b36a6b003d01ac6779b6820d10783b"><div class="ttname"><a href="group__max31865__base__driver.html#gab9b36a6b003d01ac6779b6820d10783b">max31865_stop_continuous_read</a></div><div class="ttdeci">uint8_t max31865_stop_continuous_read(max31865_handle_t *handle)</div><div class="ttdoc">stop reading</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00970">driver_max31865.c:970</a></div></div>
248-
<div class="ttc" id="agroup__max31865__base__driver_html_gad42dfb616ce6f9ecf674005e49b77e3a"><div class="ttname"><a href="group__max31865__base__driver.html#gad42dfb616ce6f9ecf674005e49b77e3a">max31865_set_high_fault_threshold</a></div><div class="ttdeci">uint8_t max31865_set_high_fault_threshold(max31865_handle_t *handle, uint16_t threshold)</div><div class="ttdoc">set the high fault threshold</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00622">driver_max31865.c:622</a></div></div>
249-
<div class="ttc" id="agroup__max31865__base__driver_html_gaf22b95477dc8c5c5677b84cedcebde23"><div class="ttname"><a href="group__max31865__base__driver.html#gaf22b95477dc8c5c5677b84cedcebde23">max31865_start_continuous_read</a></div><div class="ttdeci">uint8_t max31865_start_continuous_read(max31865_handle_t *handle)</div><div class="ttdoc">start reading</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00931">driver_max31865.c:931</a></div></div>
250-
<div class="ttc" id="agroup__max31865__base__driver_html_gafadf78bcb06cd7e0efa9372dbd1208cd"><div class="ttname"><a href="group__max31865__base__driver.html#gafadf78bcb06cd7e0efa9372dbd1208cd">max31865_deinit</a></div><div class="ttdeci">uint8_t max31865_deinit(max31865_handle_t *handle)</div><div class="ttdoc">close the chip</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00185">driver_max31865.c:185</a></div></div>
244+
<div class="ttc" id="agroup__max31865__base__driver_html_ga81ee4323267c5f5b32d9e7703aaace89"><div class="ttname"><a href="group__max31865__base__driver.html#ga81ee4323267c5f5b32d9e7703aaace89">max31865_set_reference_resistor</a></div><div class="ttdeci">uint8_t max31865_set_reference_resistor(max31865_handle_t *handle, float value)</div><div class="ttdoc">set the reference resistor</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00383">driver_max31865.c:383</a></div></div>
245+
<div class="ttc" id="agroup__max31865__base__driver_html_ga89a587029f4576823698e0dcdfbd1f48"><div class="ttname"><a href="group__max31865__base__driver.html#ga89a587029f4576823698e0dcdfbd1f48">max31865_set_fault_detection_cycle_control</a></div><div class="ttdeci">uint8_t max31865_set_fault_detection_cycle_control(max31865_handle_t *handle, max31865_fault_detection_cycle_control_t control)</div><div class="ttdoc">set the fault detection cycle control</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00761">driver_max31865.c:761</a></div></div>
246+
<div class="ttc" id="agroup__max31865__base__driver_html_ga93a1caaa4abb6129998ee95137c11f13"><div class="ttname"><a href="group__max31865__base__driver.html#ga93a1caaa4abb6129998ee95137c11f13">max31865_set_filter_select</a></div><div class="ttdeci">uint8_t max31865_set_filter_select(max31865_handle_t *handle, max31865_filter_select_t filter)</div><div class="ttdoc">set the filter type</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00236">driver_max31865.c:236</a></div></div>
247+
<div class="ttc" id="agroup__max31865__base__driver_html_gab9b36a6b003d01ac6779b6820d10783b"><div class="ttname"><a href="group__max31865__base__driver.html#gab9b36a6b003d01ac6779b6820d10783b">max31865_stop_continuous_read</a></div><div class="ttdeci">uint8_t max31865_stop_continuous_read(max31865_handle_t *handle)</div><div class="ttdoc">stop reading</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00971">driver_max31865.c:971</a></div></div>
248+
<div class="ttc" id="agroup__max31865__base__driver_html_gad42dfb616ce6f9ecf674005e49b77e3a"><div class="ttname"><a href="group__max31865__base__driver.html#gad42dfb616ce6f9ecf674005e49b77e3a">max31865_set_high_fault_threshold</a></div><div class="ttdeci">uint8_t max31865_set_high_fault_threshold(max31865_handle_t *handle, uint16_t threshold)</div><div class="ttdoc">set the high fault threshold</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00623">driver_max31865.c:623</a></div></div>
249+
<div class="ttc" id="agroup__max31865__base__driver_html_gaf22b95477dc8c5c5677b84cedcebde23"><div class="ttname"><a href="group__max31865__base__driver.html#gaf22b95477dc8c5c5677b84cedcebde23">max31865_start_continuous_read</a></div><div class="ttdeci">uint8_t max31865_start_continuous_read(max31865_handle_t *handle)</div><div class="ttdoc">start reading</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00932">driver_max31865.c:932</a></div></div>
250+
<div class="ttc" id="agroup__max31865__base__driver_html_gafadf78bcb06cd7e0efa9372dbd1208cd"><div class="ttname"><a href="group__max31865__base__driver.html#gafadf78bcb06cd7e0efa9372dbd1208cd">max31865_deinit</a></div><div class="ttdeci">uint8_t max31865_deinit(max31865_handle_t *handle)</div><div class="ttdoc">close the chip</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865_8c_source.html#l00186">driver_max31865.c:186</a></div></div>
251251
<div class="ttc" id="agroup__max31865__example__driver_html_ga1acca773e354cac53a3f80b8fea9187f"><div class="ttname"><a href="group__max31865__example__driver.html#ga1acca773e354cac53a3f80b8fea9187f">max31865_basic_deinit</a></div><div class="ttdeci">uint8_t max31865_basic_deinit(void)</div><div class="ttdoc">basic example deinit</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865__basic_8c_source.html#l00187">driver_max31865_basic.c:187</a></div></div>
252252
<div class="ttc" id="agroup__max31865__example__driver_html_ga47e04504b6c255dc2a68765054beb410"><div class="ttname"><a href="group__max31865__example__driver.html#ga47e04504b6c255dc2a68765054beb410">MAX31865_BASIC_DEFAULT_FILTER_SELECT</a></div><div class="ttdeci">#define MAX31865_BASIC_DEFAULT_FILTER_SELECT</div><div class="ttdoc">max31865 basic example default definition</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865__basic_8h_source.html#l00057">driver_max31865_basic.h:57</a></div></div>
253253
<div class="ttc" id="agroup__max31865__example__driver_html_ga5d68c79825697eee77d1c03de4c9138e"><div class="ttname"><a href="group__max31865__example__driver.html#ga5d68c79825697eee77d1c03de4c9138e">MAX31865_BASIC_DEFAULT_HIGH_FAULT_THRESHOLD</a></div><div class="ttdeci">#define MAX31865_BASIC_DEFAULT_HIGH_FAULT_THRESHOLD</div><div class="ttdef"><b>Definition:</b> <a href="driver__max31865__basic_8h_source.html#l00059">driver_max31865_basic.h:59</a></div></div>

0 commit comments

Comments
 (0)