RPII2C/NetzerI2C/FRM: added I2C_K30 as locical module

git-svn-id: https://svn.fhem.de/fhem/trunk@11163 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klauswitt
2016-03-31 22:49:24 +00:00
parent 6397705930
commit 41eb842ba0
3 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ I2C_BME280
I2C_BMP180
I2C_SHT21
I2C_TSL2561
I2C_K30
);
sub NetzerI2C_Initialize($) {

View File

@@ -18,6 +18,7 @@ I2C_BME280
I2C_BMP180
I2C_SHT21
I2C_TSL2561
I2C_K30
);
my $gpioprg = "/usr/local/bin/gpio"; #WiringPi GPIO utility

View File

@@ -55,6 +55,7 @@ my @clients = qw(
I2C_BMP180
I2C_TSL2561
FRM_LCD
I2C_K30
);
#####################################