Enum I2cBusId
The Pi has 2 hardware SPI buses. Bus 0 and Bus 1. Bus 1 is the default one, accessible through the main P1 header.
Namespace: Unosquare.PiGpio.NativeEnums
Syntax
public enum I2cBusId
Fields
Name | Description |
---|---|
Bus0 | The 0th I2c Bus |
Bus1 | The 1st I2c Bus -- This is the default bus number on the Pi. |