mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-05 03:33:51 +02:00
Merge branch 'pimoroni-plugins' of github.com:guh/nymea-plugins into pimoroni-plugins
This commit is contained in:
commit
40bdc6010b
2
debian/control
vendored
2
debian/control
vendored
@ -8,7 +8,7 @@ Build-depends: debhelper (>= 0.0.0),
|
|||||||
python:any,
|
python:any,
|
||||||
qtbase5-dev,
|
qtbase5-dev,
|
||||||
qtconnectivity5-dev,
|
qtconnectivity5-dev,
|
||||||
libi2c-dev:native,
|
libi2c-dev,
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,9 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
extern "C" {
|
||||||
#include "linux/i2c-dev.h"
|
#include "linux/i2c-dev.h"
|
||||||
|
}
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user