package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Constants

Alternate function output or bidirectional i/o.
Alternate function input.
Analog mode.
Typically < 50 MHz.
Logical input.
Typically < 2 MHz.
Typically < 25 MHz.
No pull-up/pull-down.
Logical output.
Activate internal pull-down resistor.
Activate internal pull-up resistor.
Typically < 100 MHz.
Typically < 1 MHz.

# Structs

Config contains parameters used to setup GPIO pin.
Pin represents one phisical pin (specific pin in specific port).
Port represents GPIO port.

# Type aliases

Driver specifies output driver mode.
Mode specifies operation mode.
Pins is a bitmask which represents the pins of GPIO port.
Pull specifies pull-up/pull-down configuration.
Speed specifies speed of output driver.