Documentation ¶
Overview ¶
Package lirc implements InfraRed receiver support through native linux app lirc.
More details ¶
See https://periph.io/device/ir/ for more details about the driver, as it requires host configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn is an open port to lirc.
func (*Conn) Close ¶
Close closes the socket to lirc. It is not a requirement to close before process termination.
Click to show internal directories.
Click to hide internal directories.