Working for telemetry over a cable. Ongoing tests

This commit is contained in:
Pascal Brisset
2009-06-17 12:51:41 +00:00
parent 3df1c98330
commit 72bbd4a189
3 changed files with 119 additions and 66 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
<!DOCTYPE module SYSTEM "module.dtd">
<!-- Driver for the MAXIM SPI/Uart MAX3100 converter -->
<module name="max3100">
<header>
<file name="max3100_hw.h"/>
</header>
<init fun="max3100_init()"/>
<periodic fun="max3100_test_write()" period="0.2" autorun="TRUE"/>
<!-- <event fun="Max3100_test_read()"/> -->
<event fun="max3100_event()"/>
<makefile>
<flag name="MAX3100_BAUD_RATE" value="MAX3100_BAUD_RATE_9600"/>
<file name="max3100_hw.c"/>
</makefile>
</module>