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

Method createErasable

SerialFlash.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 static SerialFlashFile open(const char *filename);
55 static bool create(const char *filename, uint32_t length, uint32_t align = 0);
56 static bool createErasable(const char *filename, uint32_t length) {
57 return create(filename, length, blockSize());
58 }
59 static bool exists(const char *filename);
60 static bool remove(const char *filename);
61 static bool remove(SerialFlashFile &file);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected