Commit 30feeb16 authored by zhengwei's avatar zhengwei

macro nanming chages

parent 75beb7a8
Pipeline #92 failed with stages
#include <Arduino.h> #include <Arduino.h>
#define ledLOW LOW #define LEDLOW LOW
#define ledHIGH HIGH #define LEDHIGH HIGH
#ifdef ESP32 #ifdef ESP32
#define ledPin 2 #define LEDPIN 2
#elif ARDUINONANO #elif ARDUINONANO
#define ledPin 13 #define LEDPIN 13
#elif STM32 #elif STM32
#define ledPin PC13 #define LEDPIN PC13
#define ledLOW HIGH #define LEDLOW HIGH
#define ledHIGH LOW #define LEDHIGH LOW
#endif #endif
double pi(int m) double pi(int m)
......
This is a simple floating point computing benchmark for arduino platforms. This is a simple floating point computing benchmark for arduino platforms.
It now test 3 boards: ESP32, ArduinoNano and a blue pill. It now test 3 boards: ESP32, ArduinoNano and a blue pill.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment