Include Arduino.h

This commit is contained in:
Michael Wagner 2019-05-08 09:01:34 +02:00
parent a62dddde18
commit 7751993fd6
4 changed files with 7 additions and 3 deletions

7
.gitignore vendored
View file

@ -1,5 +1,6 @@
.pioenvs
.piolibdeps
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/**/*
.travis.yml
platformio.ini
lib/readme.txt

View file

@ -1,3 +1,4 @@
#include <Arduino.h>
#include <ESP32CAN.h>
#include <CAN_config.h>

View file

@ -1,3 +1,4 @@
#include <Arduino.h>
#include <ESP32CAN.h>
#include <CAN_config.h>

View file

@ -1,3 +1,4 @@
#include <Arduino.h>
#include <ESP32CAN.h>
#include <CAN_config.h>