Beagle |
public static class BeaglePlay
The BeaglePlay type exposes the following members.
| Name | Description | |
|---|---|---|
| AN | GPIO channel number for the BeaglePlay mikroBUS socket AN pin. | |
| CS |
GPIO channel number for the BeaglePlay mikroBUS socket
CS pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-spi-gpio.dtbo device tree overlay applied.
| |
| D0 |
GPIO channel number for the BeaglePlay Grove socket
D0 pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the grove-gpio.dtbo or the
grove-motor3.dtbo device tree overlay applied.
| |
| D1 |
GPIO channel number for the BeaglePlay mikroBUS socket
D1 pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the grove-gpio.dtbo or the
grove-motor1.dtbo device tree overlay applied.
| |
| I2C_GROVE | I2C bus channel number for the Grove socket. | |
| I2C_MIKROBUS | I2C bus channel number for the mikroBUS socket. | |
| I2C_QWIIC | I2C bus channel number for the QWIIC socket. | |
| INT | GPIO channel number for the BeaglePlay mikroBUS socket INT pin. | |
| LED_USR0 |
GPIO channel number for the BeaglePlay LED USR0.
This GPIO pin cannot be configured as an input.
LED_USER0 and USERLED refer to the same LED.
| |
| LED_USR1 |
GPIO channel number for the BeaglePlay LED USR1.
This GPIO pin cannot be configured as an input.
| |
| LED_USR2 |
GPIO channel number for the BeaglePlay LED USR2.
This GPIO pin cannot be configured as an input.
| |
| LED_USR3 |
GPIO channel number for the BeaglePlay LED USR3.
This GPIO pin cannot be configured as an input.
| |
| LED_USR4 |
GPIO channel number for the BeaglePlay LED USR4.
This GPIO pin cannot be configured as an input.
| |
| MISO |
GPIO channel number for the BeaglePlay mikroBUS socket
MISO pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-spi-gpio.dtbo device tree overlay applied.
| |
| MOSI |
GPIO channel number for the BeaglePlay mikroBUS socket
MOSI pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-spi-gpio.dtbo device tree overlay applied.
| |
| PWM |
GPIO channel number for the BeaglePlay mikroBUS socket
PWM pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-pwm-gpio.dtbo device tree overlay applied.
| |
| PWM_GROVE_D0 |
PWM output channel number for the Grove socket pin D0.
This PWM output cannot be configured unless the BeaglePlay
has had either the grove-motor1.dtbo or the
grove-motor2.dtbo device tree overlay applied.
| |
| PWM_GROVE_D1 |
PWM output channel number for the Grove socket pin D1.
This PWM output cannot be configured unless the BeaglePlay
has had either the grove-motor2.dtbo or the
grove-motor3.dtbo device tree overlay applied.
| |
| PWM_MIKROBUS | PWM output channel number for the mikroBUS socket. | |
| RST | GPIO channel number for the BeaglePlay mikroBUS socket RST pin. | |
| RX |
GPIO channel number for the BeaglePlay mikroBUS socket
RX pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-uart-gpio.dtbo device tree overlay applied.
| |
| SCK |
GPIO channel number for the BeaglePlay mikroBUS socket
SCK pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-spi-gpio.dtbo device tree overlay applied.
| |
| SCL |
GPIO channel number for the BeaglePlay mikroBUS socket
SCL pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-i2c-gpio.dtbo device tree overlay applied.
| |
| SDA |
GPIO channel number for the BeaglePlay mikroBUS socket
SDA pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-i2c-gpio.dtbo device tree overlay applied.
| |
| SPI_MIKROBUS | SPI slave device channel number for the Grove socket. | |
| TX |
GPIO channel number for the BeaglePlay mikroBUS socket
TX pin.
This GPIO pin cannot be configured unless the BeaglePlay
has had either the mikrobus-gpio.dtbo or the
mikrobus-uart-gpio.dtbo device tree overlay applied.
| |
| USERBUTTON |
GPIO channel number for the BeaglePlay user button.
This GPIO pin cannot be configured as an output.
| |
| USERLED |
GPIO channel number for the BeaglePlay user LED.
This GPIO pin cannot be configured as an input.
USERLED and LED_USER0 refer to the same LED.
|