Documentation ¶
Overview ¶
Package green implements headers for the BeagleBone Green and BeagleBone Green Wireless micro-computers.
Reference ¶
https://beagleboard.org/green-wireless
Datasheet ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // I2C Groove port. I2C_SCL gpio.PinIO = gpio.INVALID // GPIO13, I2C2_SCL, UART1_RTS, SPI1_CS1 I2C_SDA gpio.PinIO = gpio.INVALID // GPIO12, I2C2_SDA, UART1_CTS, SPI1_CS0 // UART Groove port connected to UART2. UART_TX gpio.PinIO = gpio.INVALID // GPIO3, EHRPWM0B, I2C2_SCL, UART2_TX, SPI0_MISO UART_RX gpio.PinIO = gpio.INVALID // GPIO2, EHRPWM0A, I2C2_SDA, UART2_RX, SPI0_CLK )
Headers found on BeagleBone Green.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.