Documentation ¶
Overview ¶
Package pizero provides hardware initialization, automatically on import, for the Raspberry Pi Zero 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
)
LED GPIO lines
Variables ¶
View Source
var Board pi.Board = &board{}
Board provides access to the capabilities of the Pi Zero.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.