/** * \file * * * \brief MCP41 hardware-specific definitions * * \author Francesco Sacchi */ #include "hw/hw_mcp41.h" #include #include #warning TODO:This is an example implementation, you must implement it! const uint16_t mcp41_ports[MCP41_CNT] = { 0, /* add here mcp41 ports */ }; const uint8_t mcp41_pins [MCP41_CNT] = { 0, /* add here mcp41 ports */ };