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