Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jan 9, 2024
1 parent 1f33ccf commit ca18bd9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions examples/FRAM11_writeObject/FRAM11_writeObject.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
// AUTHOR: Rob Tillaart
// PURPOSE: demo writing reading objects
// URL: https://github.com/RobTillaart/FRAM_I2C
//
// experimental


#include "FRAM.h"


FRAM11 fram;

uint32_t start;
Expand Down
2 changes: 1 addition & 1 deletion examples/FRAM32_clear/FRAM32_clear.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// PURPOSE: demo clear FRAM
// URL: https://github.com/RobTillaart/FRAM_I2C
//
// experimental performance test "clear" function.
// performance test "clear" function.


#include "FRAM.h"
Expand Down
3 changes: 1 addition & 2 deletions examples/FRAM32_writeObject/FRAM32_writeObject.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
// AUTHOR: Rob Tillaart
// PURPOSE: demo writing reading objects
// URL: https://github.com/RobTillaart/FRAM_I2C
//
// experimental


#include "FRAM.h"


FRAM32 fram;

uint32_t start;
Expand Down
2 changes: 1 addition & 1 deletion examples/FRAM_clear/FRAM_clear.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// PURPOSE: demo clear FRAM
// URL: https://github.com/RobTillaart/FRAM_I2C
//
// experimental performance test "clear" function.
// performance test "clear" function.


#include "FRAM.h"
Expand Down
2 changes: 0 additions & 2 deletions examples/FRAM_ringbuffer/FRAM_ringbuffer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// AUTHOR: Rob Tillaart
// PURPOSE: demo FRAM_RINGBUFFER class.
// URL: https://github.com/RobTillaart/FRAM_I2C
//
// experimental code


#include "FRAM.h"
Expand Down
2 changes: 1 addition & 1 deletion examples/FRAM_ringbuffer_II/FRAM_ringbuffer_II.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// PURPOSE: demo FRAM_RINGBUFFER class.
// URL: https://github.com/RobTillaart/FRAM_I2C
//
// experimental code / playground with 2 ring-buffers
// playground with 2 ring-buffers


#include "FRAM.h"
Expand Down

0 comments on commit ca18bd9

Please sign in to comment.