KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
MAX31865
★ 15
Open GitHub ↗
STM32F103通过SPI接口与MAX31865模块实现测温功能
Download README (.md)
Explore Similar Repositories
project-3-srw-multiplayer
:
Multiplayer turn based game based on Super Robot Wars: Original Generation 2.
GitClin
:
💻 GitClin V1.0 for downloading and installing tools
chaos-3d
:
3D fractal flame renderer
webcam-in-php-html5
:
Use webcam in PHP using HTML5, Jquery and Save the Image to Database
DJsonSchema
:
JSON Schema draft v4 reader and code generator for Delphi.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MAX31865
?
Download (.md)
<h1>The MAX31865 project</h1> <img src="https://github.com/TPYBoard/MAX31865/blob/master/image/max31865实物图.png" style="max-width:100%;"> MAX31865模块主要使用SPI接口与单片机进行通信,本次例程使用TPYBoard STM32F103RBT6 最小系统板和MAX31865模块进行通信。 工程主要组成说明: <ul> <li>docs/ -- MAX31865模块LIB库的使用说明</li> <li>image/ -- MAX31865模块实物图及连接指示图</li> <li>project/ -- MAX31865模块的Keil示例工程源码</li> </ul> <h2>使用说明</h2> MAX31865 针脚指示图: <img src="https://github.com/TPYBoard/MAX31865/blob/master/image/max31865.png" style="max-width:100%;"> MAX31865 接线说明: <img src="https://github.com/TPYBoard/MAX31865/blob/master/image/接线图.png" style="max-width:100%;"> MAX31865 跳线说明: <img src="https://github.com/TPYBoard/MAX31865/blob/master/image/跳线图.png" style="max-width:100%;"> MAX31865 LIB库使用说明: 请参阅 docs/MAX31865LIB说明.pdf 文档 地址:https://github.com/TPYBoard/MAX31865/blob/master/docs/MAX31865LIB%E8%AF%B4%E6%98%8E.pdf