Wiring.h -> Arduino.h

This commit is contained in:
me-no-dev
2016-10-06 15:41:16 +03:00
committed by Ivan Grokhotkov
parent a72b8d5635
commit 03f5d62323
4 changed files with 3 additions and 4 deletions

View File

@ -25,7 +25,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "Wiring.h"
#include "Arduino.h"
#include "Print.h"
extern "C" {