Module: Denko::Behaviors::BusPeripheralAddressed
Constant Summary
Constants included
from Lifecycle
Lifecycle::CALLBACK_METHODS
Instance Attribute Summary
Attributes included from Component
#board, #params
Attributes included from State
#state
Instance Method Summary
collapse
Methods included from Lifecycle
included
#atomically
Methods included from Component
#initialize, #micro_delay
Methods included from State
#update_state
Instance Method Details
#address ⇒ Object
7
8
9
|
# File 'lib/denko/behaviors/bus_peripheral_addressed.rb', line 7
def address
@address ||= params[:address]
end
|