MCPcopy Create free account
hub / github.com/PaulStoffregen/SerialFlash / begin

Method begin

SerialFlashChip.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334//#define FLAG_256K_BLOCKS 0x10 // has 256K erase blocks
335
336bool SerialFlashChip::begin(SPIClass& device, uint8_t pin)
337{
338 SPIPORT = device;
339 return begin(pin);
340}
341
342bool SerialFlashChip::begin(uint8_t pin)
343{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected