Move MAX11040 ADC into a module

This commit is contained in:
Martin Mueller
2010-10-20 21:20:45 +00:00
parent d3bba1d542
commit 435cdd2b52
8 changed files with 255 additions and 231 deletions
+14
View File
@@ -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>