menu
rohd_hcl
rohd_hcl.dart
SpiPacket
SpiPacket.new constructor
SpiPacket.new
dark_mode
light_mode
SpiPacket
constructor
SpiPacket
(
{
required
LogicValue
data
,
SpiDirection
?
direction
,
})
Creates a new packet.
Implementation
SpiPacket({required this.data, this.direction});
rohd_hcl
rohd_hcl
SpiPacket
SpiPacket.new constructor
SpiPacket class