first commit
This commit is contained in:
commit
c591b2c272
50 changed files with 2650 additions and 0 deletions
9
Wrapper-Project/src/library/arduino/arduino.h
Normal file
9
Wrapper-Project/src/library/arduino/arduino.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
#include <Arduboy2.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
long arduino_random_between(long min, long max);
|
||||
long arduino_random_less_than(long max);
|
||||
void arduino_delay(unsigned long ms);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue