add a system monitoring module for FW and Quads

This commit is contained in:
Gautier Hattenberger
2010-08-04 16:23:56 +00:00
parent 90880a9ea9
commit dce98323f0
4 changed files with 243 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="core">
<header>
<file name="sys_mon.h"/>
</header>
<init fun="init_sysmon()"/>
<periodic fun="periodic_report_sysmon()" freq="1."/>
<periodic fun="periodic_sysmon()"/>
<event fun="event_sysmon()"/>
<makefile>
<file name="sys_mon.c"/>
</makefile>
</module>