add infrared_i2c module

This commit is contained in:
Gautier Hattenberger
2010-03-31 14:19:31 +00:00
parent ab6ce91961
commit 56f78bdd11
3 changed files with 170 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="sensors">
<header>
<file name="infrared_i2c.h"/>
</header>
<init fun="infrared_i2c_init()"/>
<periodic fun="infrared_i2c_update()" freq="60."/>
<event fun="infrared_i2cEvent()"/>
<makefile>
<file name="infrared_i2c.c"/>
</makefile>
</module>