mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-14 02:07:50 -06:00
Update links, README, contributing, etc.
This commit is contained in:
parent
715271190c
commit
d1e20eb29f
83 changed files with 132 additions and 131 deletions
|
@ -2,10 +2,10 @@
|
|||
"""Thermistor Value Lookup Table Generator
|
||||
|
||||
Generates lookup to temperature values for use in a microcontroller in C format based on:
|
||||
http://en.wikipedia.org/wiki/Steinhart-Hart_equation
|
||||
https://en.wikipedia.org/wiki/Steinhart-Hart_equation
|
||||
|
||||
The main use is for Arduino programs that read data from the circuit board described here:
|
||||
http://reprap.org/wiki/Temperature_Sensor_v2.0
|
||||
https://reprap.org/wiki/Temperature_Sensor_v2.0
|
||||
|
||||
Usage: python createTemperatureLookupMarlin.py [options]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue