Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
ArduinoBenchMark
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengwei
ArduinoBenchMark
Commits
30feeb16
Commit
30feeb16
authored
Oct 11, 2020
by
zhengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macro nanming chages
parent
75beb7a8
Pipeline
#92
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
src/main.cpp
src/main.cpp
+7
-7
test/README
test/README
+0
-1
No files found.
src/main.cpp
View file @
30feeb16
#include <Arduino.h>
#define
led
LOW LOW
#define
led
HIGH HIGH
#define
LED
LOW LOW
#define
LED
HIGH HIGH
#ifdef ESP32
#define
ledPin
2
#define
LEDPIN
2
#elif ARDUINONANO
#define
ledPin
13
#define
LEDPIN
13
#elif STM32
#define
ledPin
PC13
#define
led
LOW HIGH
#define
led
HIGH LOW
#define
LEDPIN
PC13
#define
LED
LOW HIGH
#define
LED
HIGH LOW
#endif
double
pi
(
int
m
)
...
...
test/README
View file @
30feeb16
This is a simple floating point computing benchmark for arduino platforms.
It now test 3 boards: ESP32, ArduinoNano and a blue pill.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment