文件名称:c-periphery, 在Linux中,用于外围 I/O ( GPIO,SPI,I2C,MMIO,串行)的一个C 库.zip
文件大小:47KB
文件格式:ZIP
更新时间:2022-10-30 01:45:21
开源
c-periphery, 在Linux中,用于外围 I/O ( GPIO,SPI,I2C,MMIO,串行)的一个C 库 c 外围 适用于Linux外设 I/O ( GPIO,SPI,I2C,MMIO,串行)的 C 库C 外围是一个小型的C 库,用于 GPIO 。SPI 。I2C 。MMIO和串行外设 I/O 接口访问。 c 外围程序简化并将
【文件预览】:
c-periphery-master
----.gitignore(50B)
----README.md(12KB)
----ChangeLog.md(3KB)
----tests()
--------test.h(606B)
--------test_gpio.c(10KB)
--------test_mmio.c(8KB)
--------test_gpio_sysfs.c(8KB)
--------test_i2c.c(4KB)
--------test_spi.c(7KB)
--------test_serial.c(9KB)
----docs()
--------i2c.md(5KB)
--------spi.md(7KB)
--------serial.md(11KB)
--------gpio.md(12KB)
--------mmio.md(6KB)
----LICENSE(1KB)
----src()
--------mmio.h(1KB)
--------serial.c(18KB)
--------version.h(659B)
--------serial.h(3KB)
--------gpio.c(30KB)
--------version.c(652B)
--------spi.h(2KB)
--------i2c.c(3KB)
--------mmio.c(6KB)
--------gpio.h(3KB)
--------i2c.h(2KB)
--------spi.c(9KB)
----.travis.yml(91B)
----Makefile(1KB)