Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rev2b eeprom #125

Merged
merged 8 commits into from
Mar 10, 2022
2 changes: 1 addition & 1 deletion common/i2c_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// This array helps us simplify the use of different I2C devices in the board.
extern uint32_t I2C_BASE[];

// the following comments might be outdated. please refer to an updated wiki page
pwittich marked this conversation as resolved.
Show resolved Hide resolved
void initI2C0(const uint32_t sysclockfreq); // EEProm and I2C slave for master.
void initI2C1(const uint32_t sysclockfreq); // power supply I2C bus
void initI2C2(const uint32_t sysclockfreq); // clocks I2C bus
Expand Down