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
mcp355x.xml
<!DOCTYPE module SYSTEM "module.dtd">

<module name="mcp355x" dir="adcs">
  <doc>
    <description>MCP355X ADC driver (SPI)</description>
  </doc>
  <header>
    <file name="mcp355x.h"/>
  </header>
  <init fun="mcp355x_init()"/>
  <periodic fun="mcp355x_read()" freq="10"/>
  <event fun="mcp355x_event()"/>
  <makefile target="ap">
    <file name="mcp355x.c" dir="peripherals"/>
    <define name="USE_SPI_SLAVE0"/>
    <define name="SPI_MASTER"/>
  </makefile>
</module>


back to top