Commit 30feeb16 authored by zhengwei's avatar zhengwei

macro nanming chages

parent 75beb7a8
Pipeline #92 failed with stages
#include <Arduino.h>
#define ledLOW LOW
#define ledHIGH HIGH
#define LEDLOW LOW
#define LEDHIGH HIGH
#ifdef ESP32
#define ledPin 2
#define LEDPIN 2
#elif ARDUINONANO
#define ledPin 13
#define LEDPIN 13
#elif STM32
#define ledPin PC13
#define ledLOW HIGH
#define ledHIGH LOW
#define LEDPIN PC13
#define LEDLOW HIGH
#define LEDHIGH LOW
#endif
double pi(int m)
......
This is a simple floating point computing benchmark for arduino platforms.
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