Skip to content

Initialize Pins from Data #3

Description

@zeroem

With a map that looks something like so:

{
  :pin 1234
  :direction :out
  :state :high
}

or like so:

{
  :pin 1234
  :direction :in
  :edge :rising
}

Return a GPIOPin in the state described by the data.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions