Skip to content

Commit

Permalink
v1.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzogh committed May 19, 2015
1 parent e1f258c commit b95160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPIFlash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ void SPIFlash::_printPageBytes(uint8_t *page_buffer) {
// Public functions used for read, write and erase operations //
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//

//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
uint32_t SPIFlash::getID(void) {

byte b1, b2, b3;
Expand Down

0 comments on commit b95160d

Please sign in to comment.