Module: Rbuspirate::Commands::I2C::Flow

Defined in:
lib/rbuspirate/commands.rb

Constant Summary collapse

START =
0b00000010
STOP =
0b00000011
ACK =
0b00000110
NACK =
0b00000111