![]() |
NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
|
NuEdu-Basic01_I2C_EEPROM I2C driver header file for NuEdu-SDK-Nano130. More...
#include "Nano100Series.h"
Go to the source code of this file.
Functions | |
void | I2C_EEPROM_Init (uint8_t u8Divider) |
This function initializes the I2C module, bit-rate = 100 kHz and enable the corresponding interrupt. More... | |
void | I2C_EEPROM_Write (uint16_t u16Address, uint8_t u8Data) |
This function do the I2C data writing to EEPROM device. More... | |
uint8_t | I2C_EEPROM_Read (uint16_t u16Address) |
This function do the I2C data reading from EEPROM device. More... | |
NuEdu-Basic01_I2C_EEPROM I2C driver header file for NuEdu-SDK-Nano130.
Definition in file NuEdu-Basic01_I2C_EEPROM.h.