PiJuice Class
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.
Create a PiJuice class
public class PiJuice : IDisposable
type PiJuice = class
interface IDisposable
Public Class PiJuice
Implements IDisposable
- Inheritance
-
PiJuice
- Implements
Constructors
PiJuice(I2cDevice, Boolean) |
Creates a new instance of the PiJuice. |
Fields
DefaultI2cAddress |
The default PiJuice I2C address is 0x14 Other addresses can be uses, see PiJuice documentation |
Properties
IdEepromAddress |
The physical I2C address of the EEPROM |
IdEepromWriteProtect |
The write protection of the EEPROM |
PiJuiceInfo |
Contains the PiJuice key information |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
GetFirmwareVerion() |
Get the firmware version |
GetFirmwareVersion() |
Get the firmware version |
SetDefaultConfiguration() |