NANO100_BSP V3.04.002
The Board Support Package for Nano100BN Series
Functions
NuEdu-Basic01_I2C_EEPROM.h File Reference

NuEdu-Basic01_I2C_EEPROM I2C driver header file for NuEdu-SDK-Nano130. More...

#include "Nano100Series.h"
Include dependency graph for NuEdu-Basic01_I2C_EEPROM.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

NuEdu-Basic01_I2C_EEPROM I2C driver header file for NuEdu-SDK-Nano130.

Version
V1.00
Revision
4
Date
14/10/17 4:41p
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013-2014 Nuvoton Technology Corp. All rights reserved.

Definition in file NuEdu-Basic01_I2C_EEPROM.h.