|
OPB-compatible OneWire Master: Overview
OPB OneWire Master
This is an easy-to-use OneWire master peripheral for the Microblaze OPB bus. The following functions will allow your program to access this peripheral easily:
OneWireReset();
data = OneWireRead();
OneWireWrite(data); To install, simply unzip the file into your projects' pcores directory. The functions are in a text file in the onewire core directory.
Features
Status
Fully operational and tested in hardware on a Spartan 3E with a DS2432 Secure EEPROM chip.
|