Documentation
¶
Index ¶
Constants ¶
View Source
const ( DOT = "." ZERO = "0" ONE = "1" TWO = "2" THREE = "3" FOUR = "4" FIVE = "5" SIX = "6" SEVEN = "7" EIGHT = "8" NINE = "9" CLEAR = "000000" )
View Source
const SIZE = 2
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RaspberryPiPin ¶
type RaspberryPiPin interface { ReadState() rpio.State WriteState(state rpio.State) SetMode(mode rpio.Mode) }
func NewRaspberryPiPin ¶
func NewRaspberryPiPin(pin int) RaspberryPiPin
Click to show internal directories.
Click to hide internal directories.