mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 09:22:01 +00:00
support linux system
This commit is contained in:
12
cores/arduino/WMath.h
Normal file
12
cores/arduino/WMath.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __WMATH_H
|
||||
#define __WMATH_H
|
||||
|
||||
extern "C" {
|
||||
#include "stdlib.h"
|
||||
}
|
||||
|
||||
void randomSeed(unsigned long seed);
|
||||
long random(long howbig);
|
||||
long random(long howsmall, long howbig);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user