Ds1307(I2cDevice) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the DS1307
public Ds1307 (System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Rtc.Ds1307 : System.Device.I2c.I2cDevice -> Iot.Device.Rtc.Ds1307
Public Sub New (i2cDevice As I2cDevice)
Parameters
- i2cDevice
- I2cDevice
The I2C device used for communication.