Skip to content

Commit

Permalink
Update SPIRamSimple.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
xtnctx authored Sep 3, 2023
1 parent 0b36b9b commit 5b2f6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino Nano 33 BLE Sense/SPIRamSimple/SPIRamSimple.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void WriteArray(uint32_t address, byte *data, uint16_t big);
void ReadArray(uint32_t address, byte *data, uint16_t big);

/******************* Create Global Variables *********************/
byte x[20] = {"abcdefghijklmnopqrs"}; // array data to write
byte x[] = {"abcdefghijklmnopqrst"}; // array data to write
byte read_data[20]; // arrary to hold data read from memory
byte i = 0; // loop counter variable

Expand Down

0 comments on commit 5b2f6ae

Please sign in to comment.