├── README.md ├── expdconfig.h ├── inc ├── MS5803function.h ├── ad527xfunction.h ├── ad56xxfunction.h ├── ad7192function.h ├── ad7705function.h ├── ad840xfunction.h ├── ad9833function.h ├── adxl345function.h ├── aibusfunction.h ├── at24cxxfunction.h ├── at25xxxfunction.h ├── bme280function.h ├── bme680function.h ├── bmp280function.h ├── dht11function.h ├── ds17887function.h ├── ds18b20function.h ├── dwinlcdfunction.h ├── esp8266function.h ├── fm24xxxfunction.h ├── fm25xxxfunction.h ├── hlpmfunction.h ├── hlptfunction.h ├── keysfunction.h ├── lcd1602function.h ├── ltc2400function.h ├── luxfunction.h ├── mlx90614function.h ├── ms5536function.h ├── ms5837function.h ├── ndirfunction.h ├── nrf24l01function.h ├── ntcfunction.h ├── oledfontlibrary.h ├── oledfunction.h ├── rtdfunction.h ├── sht1xfunction.h ├── sht2xfunction.h ├── sht3xfunction.h ├── simui2cfunction.h └── w5500function.h ├── pic ├── 0-1.png ├── 0-2.png └── gzh.png └── src ├── ad527xfunction.c ├── ad56xxfunction.c ├── ad7192function.c ├── ad7705function.c ├── ad840xfunction.c ├── ad9833function.c ├── adxl345function.c ├── aibusfunction.c ├── at24cxxfunction.c ├── at25xxxfunction.c ├── bme280function.c ├── bme680function.c ├── bmp280function.c ├── dht11function.c ├── ds17887function.c ├── ds18b20function.c ├── dwinlcdfunction.c ├── esp8266function.c ├── fm24xxxfunction.c ├── fm25xxxfunction.c ├── hlpmfunction.c ├── hlptfunction.c ├── keysfunction.c ├── lcd1602function.c ├── ltc2400function.c ├── luxfunction.c ├── mlx90614function.c ├── ms5536function.c ├── ms5803function.c ├── ms5837function.c ├── ndirfunction.c ├── nrf24l01function.c ├── ntcfunction.c ├── oledfunction.c ├── rtdfunction.c ├── sht1xfunction.c ├── sht2xfunction.c ├── sht3xfunction.c ├── simui2cfunction.c └── w5500function.c /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/README.md -------------------------------------------------------------------------------- /expdconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/expdconfig.h -------------------------------------------------------------------------------- /inc/MS5803function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/MS5803function.h -------------------------------------------------------------------------------- /inc/ad527xfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ad527xfunction.h -------------------------------------------------------------------------------- /inc/ad56xxfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ad56xxfunction.h -------------------------------------------------------------------------------- /inc/ad7192function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ad7192function.h -------------------------------------------------------------------------------- /inc/ad7705function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ad7705function.h -------------------------------------------------------------------------------- /inc/ad840xfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ad840xfunction.h -------------------------------------------------------------------------------- /inc/ad9833function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ad9833function.h -------------------------------------------------------------------------------- /inc/adxl345function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/adxl345function.h -------------------------------------------------------------------------------- /inc/aibusfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/aibusfunction.h -------------------------------------------------------------------------------- /inc/at24cxxfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/at24cxxfunction.h -------------------------------------------------------------------------------- /inc/at25xxxfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/at25xxxfunction.h -------------------------------------------------------------------------------- /inc/bme280function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/bme280function.h -------------------------------------------------------------------------------- /inc/bme680function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/bme680function.h -------------------------------------------------------------------------------- /inc/bmp280function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/bmp280function.h -------------------------------------------------------------------------------- /inc/dht11function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/dht11function.h -------------------------------------------------------------------------------- /inc/ds17887function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ds17887function.h -------------------------------------------------------------------------------- /inc/ds18b20function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ds18b20function.h -------------------------------------------------------------------------------- /inc/dwinlcdfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/dwinlcdfunction.h -------------------------------------------------------------------------------- /inc/esp8266function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/esp8266function.h -------------------------------------------------------------------------------- /inc/fm24xxxfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/fm24xxxfunction.h -------------------------------------------------------------------------------- /inc/fm25xxxfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/fm25xxxfunction.h -------------------------------------------------------------------------------- /inc/hlpmfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/hlpmfunction.h -------------------------------------------------------------------------------- /inc/hlptfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/hlptfunction.h -------------------------------------------------------------------------------- /inc/keysfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/keysfunction.h -------------------------------------------------------------------------------- /inc/lcd1602function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/lcd1602function.h -------------------------------------------------------------------------------- /inc/ltc2400function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ltc2400function.h -------------------------------------------------------------------------------- /inc/luxfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/luxfunction.h -------------------------------------------------------------------------------- /inc/mlx90614function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/mlx90614function.h -------------------------------------------------------------------------------- /inc/ms5536function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ms5536function.h -------------------------------------------------------------------------------- /inc/ms5837function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ms5837function.h -------------------------------------------------------------------------------- /inc/ndirfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ndirfunction.h -------------------------------------------------------------------------------- /inc/nrf24l01function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/nrf24l01function.h -------------------------------------------------------------------------------- /inc/ntcfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/ntcfunction.h -------------------------------------------------------------------------------- /inc/oledfontlibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/oledfontlibrary.h -------------------------------------------------------------------------------- /inc/oledfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/oledfunction.h -------------------------------------------------------------------------------- /inc/rtdfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/rtdfunction.h -------------------------------------------------------------------------------- /inc/sht1xfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/sht1xfunction.h -------------------------------------------------------------------------------- /inc/sht2xfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/sht2xfunction.h -------------------------------------------------------------------------------- /inc/sht3xfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/sht3xfunction.h -------------------------------------------------------------------------------- /inc/simui2cfunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/simui2cfunction.h -------------------------------------------------------------------------------- /inc/w5500function.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/inc/w5500function.h -------------------------------------------------------------------------------- /pic/0-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/pic/0-1.png -------------------------------------------------------------------------------- /pic/0-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/pic/0-2.png -------------------------------------------------------------------------------- /pic/gzh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/pic/gzh.png -------------------------------------------------------------------------------- /src/ad527xfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ad527xfunction.c -------------------------------------------------------------------------------- /src/ad56xxfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ad56xxfunction.c -------------------------------------------------------------------------------- /src/ad7192function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ad7192function.c -------------------------------------------------------------------------------- /src/ad7705function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ad7705function.c -------------------------------------------------------------------------------- /src/ad840xfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ad840xfunction.c -------------------------------------------------------------------------------- /src/ad9833function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ad9833function.c -------------------------------------------------------------------------------- /src/adxl345function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/adxl345function.c -------------------------------------------------------------------------------- /src/aibusfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/aibusfunction.c -------------------------------------------------------------------------------- /src/at24cxxfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/at24cxxfunction.c -------------------------------------------------------------------------------- /src/at25xxxfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/at25xxxfunction.c -------------------------------------------------------------------------------- /src/bme280function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/bme280function.c -------------------------------------------------------------------------------- /src/bme680function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/bme680function.c -------------------------------------------------------------------------------- /src/bmp280function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/bmp280function.c -------------------------------------------------------------------------------- /src/dht11function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/dht11function.c -------------------------------------------------------------------------------- /src/ds17887function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ds17887function.c -------------------------------------------------------------------------------- /src/ds18b20function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ds18b20function.c -------------------------------------------------------------------------------- /src/dwinlcdfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/dwinlcdfunction.c -------------------------------------------------------------------------------- /src/esp8266function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/esp8266function.c -------------------------------------------------------------------------------- /src/fm24xxxfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/fm24xxxfunction.c -------------------------------------------------------------------------------- /src/fm25xxxfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/fm25xxxfunction.c -------------------------------------------------------------------------------- /src/hlpmfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/hlpmfunction.c -------------------------------------------------------------------------------- /src/hlptfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/hlptfunction.c -------------------------------------------------------------------------------- /src/keysfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/keysfunction.c -------------------------------------------------------------------------------- /src/lcd1602function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/lcd1602function.c -------------------------------------------------------------------------------- /src/ltc2400function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ltc2400function.c -------------------------------------------------------------------------------- /src/luxfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/luxfunction.c -------------------------------------------------------------------------------- /src/mlx90614function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/mlx90614function.c -------------------------------------------------------------------------------- /src/ms5536function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ms5536function.c -------------------------------------------------------------------------------- /src/ms5803function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ms5803function.c -------------------------------------------------------------------------------- /src/ms5837function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ms5837function.c -------------------------------------------------------------------------------- /src/ndirfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ndirfunction.c -------------------------------------------------------------------------------- /src/nrf24l01function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/nrf24l01function.c -------------------------------------------------------------------------------- /src/ntcfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/ntcfunction.c -------------------------------------------------------------------------------- /src/oledfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/oledfunction.c -------------------------------------------------------------------------------- /src/rtdfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/rtdfunction.c -------------------------------------------------------------------------------- /src/sht1xfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/sht1xfunction.c -------------------------------------------------------------------------------- /src/sht2xfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/sht2xfunction.c -------------------------------------------------------------------------------- /src/sht3xfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/sht3xfunction.c -------------------------------------------------------------------------------- /src/simui2cfunction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/simui2cfunction.c -------------------------------------------------------------------------------- /src/w5500function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxclever/ExPeriphDriver/HEAD/src/w5500function.c --------------------------------------------------------------------------------