driver/README.md

26 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 目录说明
手册:驱动文件对应的芯片手册
bsp部分驱动中用到的底层实现
# 驱动列表
| 驱动 | 分类 | 驱动方式 | 功能 |
| ------------ | -------- | -------- | ------------------- |
| ad7124 | ADC | SPI | 数据采集 |
| dac161p997 | 输出电流 | IO | 4-20 mA环路输出电流 |
| dac161s997 | 输出电流 | SPI | 4-20 mA环路输出电流 |
| gp8302 | 输出电流 | IO | 4-20 mA环路输出电流 |
| eeprom_fm24 | EPPROM | SPI | 24LC02BT |
| eeprom_m95 | EPPROM | SPI | FM25W256 |
| eeprom_lc02b | EPPROM | IO | 24AA02/24LC02B |
| ntc_3950 | 其他 | IO | 温度传感器 |
| pt100 | 其他 | UART | 温度传感器 |
| rtc_rx8010 | 其他 | IO | RTC时钟 |
| sht40 | 其他 | IO | 温湿度传感器 |
| ssd1306_oled | 其他 | IO | OLED驱动芯片 |
| tca9555 | 其他 | IO | IO扩展芯片 |
| tmc2240 | 其他 | SPI | 步进电机驱动芯片 |
| | | | |