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