breadboard v0.0.5 Breadboard.IRQInfo View Source

A struct used to handle interrups notification information

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Breadboard.IRQInfo{
  new_value: 0 | 1,
  pin_label: :atom,
  pin_number: pos_integer(),
  timestamp: integer()
}