├── .gitignore ├── LICENSE ├── README.md ├── formula_charge_time.png ├── max31865.c └── max31865.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polymurph/MAX31865/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polymurph/MAX31865/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polymurph/MAX31865/HEAD/README.md -------------------------------------------------------------------------------- /formula_charge_time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polymurph/MAX31865/HEAD/formula_charge_time.png -------------------------------------------------------------------------------- /max31865.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polymurph/MAX31865/HEAD/max31865.c -------------------------------------------------------------------------------- /max31865.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polymurph/MAX31865/HEAD/max31865.h --------------------------------------------------------------------------------