Skip to content

Commit

Permalink
Update DuinoCoinSpeed.h
Browse files Browse the repository at this point in the history
change default to `-Ofast`
  • Loading branch information
JK-Rolling authored May 13, 2023
1 parent d076245 commit 6b6f155
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DuinoCoin_RPI_Tiny_Slave/DuinoCoinSpeed.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

// user to change SPEED preference
#ifndef SPEED
#define SPEED 2
#define SPEED 4
#endif

// 0 -O0 <- reduce compilation time
Expand Down Expand Up @@ -49,12 +49,12 @@
#endif

/*
* Tested on Arduino Nano 328p
* 0 --> 145H/s
* 1 --> 241H/s
* 2 --> 268H/s (fastest)
* 3 --> 265H/s
* 4 --> 265H/s
* g --> 145H/s
* Tested on Arduino UNO
* 0 --> 253H/s
* 1 --> 308H/s
* 2 --> 321H/s
* 3 --> 335H/s
* 4 --> 335H/s
* g --> 253H/s
*
*/

0 comments on commit 6b6f155

Please sign in to comment.