Documentation ¶
Overview ¶
Package pi2 provides hardware initialization, automatically on import, for the Raspberry Pi 2 single board computer.
This package is only meant to be used with `GOOS=tamago GOARCH=arm` as supported by the TamaGo framework for bare metal Go on ARM SoCs, see https://github.com/f-secure-foundry/tamago.
Index ¶
Constants ¶
View Source
const ( // Activity LED ACTIVITY = 0x2f // Power LED POWER = 0x23 )
LED GPIO lines
Variables ¶
View Source
var Board pi.Board = &board{}
Board provides access to the capabilities of the Pi2.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.