main tweaks

This commit is contained in:
Robin Müller 2020-10-13 13:32:54 +02:00
parent de9bb974c4
commit 2bc352afb3
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,7 @@
#include <Arduino.h>
#include "IOBoard.h"
#include "ArduinoConfig.h"
// TODO: Copy this header into arduino_core, so it can be used without
// Eclipse Sloeber as well.
#include <Arduino.h>
#include <arduino-timer.h>
#include <avr/io.h>
@ -39,7 +36,6 @@ void setup() {
bool periodicHandler1(void* args) {
if(args) {};
Serial.println("Handling new data!");
IOBoard::handleNewData();
// repeat action
return true;