mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
add infrared_i2c module
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user