blob: d8f26dd1d76dfd90cb1e30c194e31c5fe1be557d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <unistd.h>
#include </home/mr_robot/arduino-1.8.5/hardware/arduino/avr/cores/arduino/Arduino.h>
void nointerrupts()
{
noInterrupts();
}
int main (void)
{
return 0;
}
|