| 334 | //#define FLAG_256K_BLOCKS 0x10 // has 256K erase blocks |
| 335 | |
| 336 | bool SerialFlashChip::begin(SPIClass& device, uint8_t pin) |
| 337 | { |
| 338 | SPIPORT = device; |
| 339 | return begin(pin); |
| 340 | } |
| 341 | |
| 342 | bool SerialFlashChip::begin(uint8_t pin) |
| 343 | { |
nothing calls this directly
no outgoing calls
no test coverage detected