//! Infrastructure - Flash Protocols
//!
//! Implementation of SPI NAND, SPI NOR, and EEPROM protocols.
use Programmer;
use crateFlashOperation;
/// A protocol handler that bridges a Programmer with FlashOperations
// Note: In a real implementation, we would have specific builders
// for NAND and NOR that wrap the programmer.