Ds3231(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 DS3231
public Ds3231 (System.Device.I2c.I2cDevice i2cDevice);
new Iot.Device.Rtc.Ds3231 : System.Device.I2c.I2cDevice -> Iot.Device.Rtc.Ds3231
Public Sub New (i2cDevice As I2cDevice)
Parameters
- i2cDevice
- I2cDevice
The I2C device used for communication.