Seesaw Class
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.
Represents Seesaw device
public class Seesaw : IDisposable
type Seesaw = class
interface IDisposable
Public Class Seesaw
Implements IDisposable
- Inheritance
-
Seesaw
- Implements
Seesaw(I2c |
Initializes new instance of Seesaw. |
Analog |
Reads the value of an analog pin. |
Disable |
Disable the interrupt from firing when the encoder changes. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Enable |
Enable the interrupt to fire when the encoder changes position. |
Get |
The change in encoder position since it was last read. |
Get |
Read the current position of the encoder. |
Get |
Gets the options/modules present on the Seesaw board |
Get |
Reads the temperature of the SeeSaw device. |
Get |
Get the firmware version of the Seesaw board. |
Has |
Tests to see if a module has been compiled into the SeeSaw firmware. |
Initialize(I2c |
Initializes the Seesaw device. |
Read(Seesaw+Seesaw |
Read a byte array from the I2cDevice connected to the Seesaw board. |
Read |
Read a byte from the I2cDevice connected to the Seesaw board. |
Read |
Read a byte from the EEProm area on the Seesaw module. |
Read |
Read a value from a GPIO pin. |
Read |
Read a value from a number of GPIO pins. |
Read |
Read all the Gpio interrupt flags. Clears any flags when read. |
Set |
Set the current position of the encoder. |
Set |
Enable or disable interrupts for a GPIO pin. |
Set |
Set the PinMode for a GPIO Pin. |
Set |
Set the PinMode for a number of GPIO pins |
SetI2c |
Change the I2C address that the Seesaw board listens on. Note that this will reset communications with the host device and dispose the current I2cDevice. |
Software |
Performs a soft reset of the SeeSaw module. |
Touch |
Reads the analog value on an capacitive touch-enabled pin. |
Write(Seesaw+Seesaw |
Write a series of bytes to the I2cDevice connected to the Seesaw board. |
Write |
Write a byte to the I2cDevice connected to the Seesaw board. |
Write |
Write a byte array to the EEProm area on the Seesaw module. |
Write |
Write a byte to the EEProm area on the Seesaw module. |
Write |
Write a value to GPIO pin |
Write |
Write a value to a number of GPIO pins |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |