mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-01 04:46:51 +08:00
Move MAX11040 ADC into a module
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="max11040" dir="adcs">
|
||||
<header>
|
||||
<file name="max11040.h"/>
|
||||
</header>
|
||||
<init fun="max11040_init()"/>
|
||||
<periodic fun="max11040_periodic()" freq="4"/>
|
||||
<makefile>
|
||||
<file_hw name="max11040_hw.c"/>
|
||||
<file name="max11040.c"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user