12#ifndef __NuEdu_Basic01_I2C_EEPROM_H__
13#define __NuEdu_Basic01_I2C_EEPROM_H__
Nano100 series peripheral access layer header file. This file contains all the peripheral register's ...
uint8_t I2C_EEPROM_Read(uint16_t u16Address)
This function do the I2C data reading from EEPROM device.
void I2C_EEPROM_Write(uint16_t u16Address, uint8_t u8Data)
This function do the I2C data writing to EEPROM device.
void I2C_EEPROM_Init(uint8_t u8Divider)
This function initializes the I2C module, bit-rate = 100 kHz and enable the corresponding interrupt.