Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST_401_84MHZ mbed
Revision 1:466dbb9d16a8, committed 2014-04-28
- Comitter:
- kirchnet
- Date:
- Mon Apr 28 00:44:57 2014 +0000
- Parent:
- 0:525baf7de2db
- Commit message:
- Whetstone performance benchmark to compare my new Nucleo STM32 F401RE board to the Arduino. While my Arduino Leonardo knockoff at 16 Mhz runs through the 1,000 loops in 82 seconds for 1.21 MIPS the Nucleo takes only 30 secs and yields 3.2 MIPS
Changed in this revision
| arduino.txt | Show annotated file Show diff for this revision Revisions of this file |
--- a/arduino.txt Mon Apr 28 00:38:52 2014 +0000
+++ b/arduino.txt Mon Apr 28 00:44:57 2014 +0000
@@ -1,4 +1,7 @@
//This is the same whetstone code with adjustments for the Serial.print function on the Arduino
+//To run the code on the Arduino copy and paste the content of "arduino.txt" into the Arduino IDE.
+//The main loop within the procedure whetstone() is identical. Only the output format is Arduino-specific.
+
#include <Serial.h>
void setup() {