pub const RESERVED_BELOW: u8 = 0x08;Expand description
The first 7-bit address above the reserved block at the bottom of the range.
Everything below this, 0x00 to 0x07, is reserved: 0x00 is the general call every
device listens to, and the rest carry bus functions.