/** * \file * * * \brief MCP41 digital potentiometer map definitions. * * * \author Francesco Sacchi */ #ifndef MCP41_MAP_H #define MCP41_MAP_H #warning TODO:This is an example implentation, you must implement it! /** \name Enum for mcp41 pot evices. * \{ * */ typedef enum Mcp41Dev { MCP41_LED, /* put here other mcp41 device */ MCP41_CNT, } Mcp41Dev; /* \} */ #endif /* MCP41_MAP_H */