Beagle |
public static class BeaglePlay
The BeaglePlay type exposes the following members.
| Name | Description | |
|---|---|---|
| AN | GPIO pin designator for mikroBUS socket AN pin. | |
| CS |
GPIO pin designator for mikroBUS socket CS pin.
CS can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-spi-gpio.dtbo
device tree overlay has been applied.
| |
| D0 |
GPIO pin designator for Grove socket pin 1 (D0).
D0 can only be used for GPIO if the grove-gpio.dtbio
device tree overlay has been applied.
| |
| D1 |
GPIO pin designator for Grove socket pin 2 (D1).
D1 can only be used for GPIO if the grove-gpio.dtbio
device tree overlay has been applied.
| |
| I2C_GROVE | I2C bus designator for Grove socket I2C bus. | |
| I2C_MIKROBUS | I2C bus designator for mikroBUS socket I2C bus. | |
| I2C_QWIIC | I2C bus designator for QWIIC socket I2C bus. | |
| INT | GPIO pin designator for mikroBUS socket INT pin. | |
| LED_USR0 |
User LED 0 device pathname.
LED_USR0 and USER_LED refer to the same LED.
| |
| LED_USR1 | User LED 1 device pathname. | |
| LED_USR2 | User LED 2 device pathname. | |
| LED_USR3 | User LED 3 device node. | |
| LED_USR4 | User LED 4 device pathname. | |
| MISO |
GPIO pin designator for mikroBUS socket MISO pin.
MISO can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-spi-gpio.dtbo
device tree overlay has been applied.
| |
| MOSI |
GPIO pin designator for mikroBUS socket MOSI pin.
MOSI can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-spi-gpio.dtbo
device tree overlay has been applied.
| |
| PWM |
GPIO pin designator for mikroBUS socket PWM pin.
PWM can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-pwm-gpio.dtbo
device tree overlay has been applied.
| |
| PWM_GROVE_D0 |
PWM output designator for Grove socket D0 pin.
D0 can only be used for PWM if either the
grove-motor1.dtbo or the grove-motor2.dtbo
device tree overlay is applied.
| |
| PWM_GROVE_D1 |
PWM output designator for Grove socket D1 pin.
D1 can only be used for PWM if either the
grove-motor2.dtbo or the grove-motor3.dtbo
device tree overlay is applied.
| |
| PWM_MIKROBUS | PWM output designator for mikroBUS socket PWM pin. | |
| RST | GPIO pin designator for mikroBUS socket RST pin. | |
| RX |
GPIO pin designator for mikroBUS socket RX pin.
RX can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-uart-gpio.dtbo
device tree overlay has been applied.
| |
| SCK |
GPIO pin designator for mikroBUS socket SCK pin.
SCK can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-spi-gpio.dtbo
device tree overlay has been applied.
| |
| SCL |
GPIO pin designator for mikroBUS socket SCL pin.
SCL can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-i2c-gpio.dtbo
device tree overlay has been applied.
| |
| SDA |
GPIO pin designator for mikroBUS socket SDA pin.
SDA can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-i2c-gpio.dtbo
device tree overlay has been applied.
| |
| SPI_MIKROBUS | SPI slave device designator for mikroBUS socket SPI bus. | |
| TX |
GPIO pin designator for mikroBUS socket TX pin.
TX can only be used for GPIO if either the
mikrobus-gpio.dtbo or the mikrobus-uart-gpio.dtbo
device tree overlay has been applied.
| |
| UART_CC1352 |
CC1352 Wireless Microcontroller serial port device pathname.
The Debian Linux kernel enumerates serial ports differently
than MuntsOS Embedded Linux.
| |
| UART_CONSOLE |
Console serial port (header J6) device pathname.
The Debian Linux kernel enumerates serial ports differently
than MuntsOS Embedded Linux.
| |
| UART_GROVE |
Grove socket serial port device pathname.
Switching the Grove socket from I2C to a serial port
requires applying the grove-serial.dtbo device tree overlay.
Debian Linux for the BeaglePlay does not allow this because its
kernel reserves the UART1 hardware subsystem for boot
loader debugging.
| |
| UART_MIKROBUS |
mikroBUS socket serial port device pathname.
The Debian Linux kernel enumerates serial ports differently
than MuntsOS Embedded Linux.
| |
| USER_BUTTON |
User button GPIO input.
The user button input is active low (pulled to ground when the
button is pressed).
| |
| USER_LED |
User LED device pathname.
USER_LED and LED_USR0 refer to the same LED.
|