Merge pull request #40 from TimEvWw/master

PinGuard update [experimental]
pull/41/head
Tim Evers 2016-08-28 16:56:58 +02:00 committed by GitHub
commit 852455833e
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#include "PinGuardPin.h"
#include "ParameterList.h"
PinGuardPin::PinGuardPin() {
pinNr = 0;

View File

@ -14,7 +14,7 @@
#include "Config.h"
#include <stdio.h>
#include <stdlib.h>
#include "ParameterList.h"
//#include "ParameterList.h"
class PinGuardPin {
public: