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.
- Ease of use
Fully operational and tested in hardware on a Spartan 3E with a DS2432 Secure EEPROM chip.