Exemplo n.º 1
0
 public DiolanI2CController(byte slaveAddress)
 {
     m_slaveAddress = slaveAddress;
     m_dln          = new Diolan();
     m_device       = m_dln.DiolanDevice;
     Connect(0);
 }
Exemplo n.º 2
0
 public DiolanI2CController()
 {
     m_dln    = new Diolan();
     m_device = m_dln.DiolanDevice;
     Connect(0);
 }