#include "fx2types.h"
Go to the source code of this file.
Functions | |
void | i2c_write (BYTE addr, WORD len, BYTE *buf) |
void | i2c_read (BYTE addr, WORD len, BYTE *buf) |
void | eeprom_read (BYTE prom_addr, WORD addr, WORD len, BYTE *buf) |
void | eeprom_write (BYTE prom_addr, WORD addr, WORD len, BYTE *buf) |
Definition in file i2c.h.