ChrisSeto.Fpga.FpgaPpmReaderDriver.FpgaPpmReaderDriver C# (CSharp) Method

FpgaPpmReaderDriver() public method

Construct, create the
public FpgaPpmReaderDriver ( byte address ) : System
address byte
return System
        public FpgaPpmReaderDriver(byte address)
        {
            I2CDevice.Configuration config = new I2CDevice.Configuration(address, 100);

            fpga = new I2CDevice(config);
        }