git-svn-id: https://svn.fhem.de/fhem/trunk@4048 2b470e98-0d58-463d-a4d8-8e2adae1ed80

This commit is contained in:
betateilchen
2013-10-15 17:05:13 +00:00
parent 8cd1d2bd84
commit 63452ab967

View File

@@ -36,6 +36,7 @@ use Time::HiRes qw(gettimeofday);
sub BBB_BMP180_Define($$);
sub BBB_BMP180_Undefine($$);
sub BBB_BMP180_Get($@);
sub BBB_BMP180_Notify($$);
sub BBB_BMP180_Initialize($){
my ($hash) = @_;
@@ -43,6 +44,7 @@ sub BBB_BMP180_Initialize($){
$hash->{UndefFn} = "BBB_BMP180_Undefine";
$hash->{GetFn} = "BBB_BMP180_Get";
$hash->{AttrFn} = "BBB_BMP180_Attr";
$hash->{NotifyFn} = "BBB_BMP180_Notify";
$hash->{AttrList} = "bbbRoundPressure:0,1 ".
"bbbRoundTemperature:0,1 ".
"bbbInterval ".