hw_mcp41.c
Go to the documentation of this file.00001 00038 #include "hw/hw_mcp41.h" 00039 00040 #include <cfg/macros.h> 00041 #include <cfg/compiler.h> 00042 00043 #warning TODO:This is an example implementation, you must implement it! 00044 00045 const uint16_t mcp41_ports[MCP41_CNT] = 00046 { 00047 0, /* add here mcp41 ports */ 00048 }; 00049 const uint8_t mcp41_pins [MCP41_CNT] = 00050 { 00051 0, /* add here mcp41 ports */ 00052 }; 00053
