Revision 7040565e68b9147204528dba697ad6460c160616 authored by Martin Mueller on 27 January 2013, 16:21:32 UTC, committed by Martin Mueller on 27 January 2013, 16:21:32 UTC
1 parent e5b2e9a
Raw File
ezcurrent.xml
<!DOCTYPE module SYSTEM "module.dtd">

<!--
     EzOSD current sensor module (I2C)
-->

<module name="ezcurrent" dir="sensors">
  <doc>
    <description>EzOSD Current sensor (I2C).</description>
    <define name="EZCURRENT_I2C_DEV" value="i2c1" description="change default i2c peripheral to i2c1"/>
  </doc>

  <header>
    <file name="ezcurrent.h"/>
  </header>
  <init fun="ezcurrent_init()"/>
  <periodic fun="ezcurrent_read_periodic()" freq="1."/>
  <event fun="ezcurrent_read_event()"/>

  <makefile>
    <file name="ezcurrent.c"/>
    <!-- This disables the standard electrical monitoring system -->
    <define name="DISABLE_ELECTRICAL" description="Disable default electrical handling"/>
  </makefile>

</module>

back to top