├── LICENSE.txt ├── README.md ├── component.mk ├── include └── software_i2c.h └── software_i2c.c /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuupola/esp_software_i2c/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuupola/esp_software_i2c/HEAD/README.md -------------------------------------------------------------------------------- /component.mk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /include/software_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuupola/esp_software_i2c/HEAD/include/software_i2c.h -------------------------------------------------------------------------------- /software_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tuupola/esp_software_i2c/HEAD/software_i2c.c --------------------------------------------------------------------------------