We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f258c commit b95160dCopy full SHA for b95160d
1 file changed
SPIFlash.cpp
@@ -194,7 +194,7 @@ void SPIFlash::_printPageBytes(uint8_t *page_buffer) {
194
// Public functions used for read, write and erase operations //
195
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
196
197
-//Checks for and initiates the chip by requesting JEDEC ID which is returned as a 32 bit int
+//Checks for and initiates the chip by requesting JEDEC ID which is returned as 3 bytes
198
uint32_t SPIFlash::getID(void) {
199
200
byte b1, b2, b3;
0 commit comments