Merge branch 'pimoroni-plugins' of github.com:guh/nymea-plugins into pimoroni-plugins

This commit is contained in:
Simon Stürz 2018-07-03 16:02:52 +02:00
commit 40bdc6010b
2 changed files with 3 additions and 1 deletions

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Build-depends: debhelper (>= 0.0.0),
python:any,
qtbase5-dev,
qtconnectivity5-dev,
libi2c-dev:native,
libi2c-dev,
Standards-Version: 3.9.3

View File

@ -25,7 +25,9 @@
#include <stdlib.h>
#include <unistd.h>
extern "C" {
#include "linux/i2c-dev.h"
}
#include <sys/ioctl.h>
#include <fcntl.h>
#include <string.h>