更新说明

This commit is contained in:
许晟昊 2025-04-28 12:30:17 +08:00
parent a6cb7e50f8
commit f4242c22af
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,20 @@
# 传感器列表
| 驱动 | 分类 | 驱动方式 | 功能 |
| ------------ | -------- | -------- | ------------------- |
| 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 | |
| ntc_3950 | 其他 | | 温度传感器 |
| pt100 | 其他 | UART | 温度传感器 |
| rtc_rx8010 | 其他 | IO | RTC时钟 |
| sht40 | 其他 | IO | 温湿度传感器 |
| ssd1306_oled | 其他 | IO | OLED驱动芯片 |
| tca9555 | 其他 | IO | IO扩展芯片 |
| tmc2240 | 其他 | SPI | 步进电机驱动芯片 |
| | | | |

View File

@ -20,7 +20,7 @@
#if e2prom == 1 #if e2prom == 1
#define FM24_PAGE_SIZE 16 #define FM24_PAGE_SIZE 16
#define FM24_SIZE (128 * 8) #define FM24_SIZE (128 * 8)
#elif e2prom == 2 #elif e2prom == 2
#define FM24_PAGE_SIZE 16 #define FM24_PAGE_SIZE 16
#define FM24_SIZE (256 * 8) #define FM24_SIZE (256 * 8)