-
Try out the new Jake: AI Coding Assistant for LabVIEW!
Get answers to questions about LabVIEW and discuss your code.
NI I2C Example for the NI PXIe-5644R by NI - Toolkit for LabVIEW Download
| Version | 1.0.0.5 |
| Released | May 19, 2016 |
| Publisher | NI |
| License | NI Sample Code License |
| LabVIEW Version | LabVIEW=12.0 |
| Operating System | Windows |
| Project links | Homepage |
Description
Inter-Integrated Circuit (I2C) buses are commonly used to communicate between a controller (master) device and a target (slave) device. I2C buses require two lines for communication: clock (SCL) and serial data (SDA). This example contains LabVIEW FPGA code for both an I2C master and an I2C slave.