ArduinoCore-avr/cores/arduino/WProgram.h

18 lines
283 B
C
Raw Normal View History

#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include "wiring.h"
#ifdef __cplusplus
#include "HardwareSerial.h"
// random prototypes
long random(long);
long random(long, long);
void randomSeed(unsigned int);
#endif