Menu Close

Tag: i2c

I2C software engineering main function

1. fii_i2c0.c   Related reference articles: RISC-V teaching plan   fii_i2c0.c mainly implements some functions declared in fii_i2c0.h. #include <stdio.h> #include <stdint.h> #include “fii_i2c0.h” #include…

I2C introduction and design

1. Introduction to I2C   Related reference articles: RISC-V teaching plan   PRX100-D develops the EEPROM chip of AT24C02 onboard, and the test of the…