Edit test calculations in jupyter notebook
This commit is contained in:
parent
2614cea431
commit
b9b899b4f6
@ -391,7 +391,12 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"print(calc_temp(1000.6)-calc_temp(1000.4))\n",
|
"print(calc_temp(1000.6)-calc_temp(1000.4))\n",
|
||||||
"print(1/4096*2500)"
|
"\n",
|
||||||
|
"adc_min_res = 1/4095*2500\n",
|
||||||
|
"print('Min res: ', adc_min_res)\n",
|
||||||
|
"\n",
|
||||||
|
"print(calc_temp(2000))\n",
|
||||||
|
"print(calc_temp(2000+adc_min_res))"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user