bertos/hw/mcp41_map.h
Go to the documentation of this file.00001 00040 #ifndef MCP41_MAP_H 00041 #define MCP41_MAP_H 00042 00043 #warning TODO:This is an example implentation, you must implement it! 00044 00049 typedef enum Mcp41Dev 00050 { 00051 MCP41_LED, 00052 00053 /* put here other mcp41 device */ 00054 00055 MCP41_CNT, 00056 } Mcp41Dev; 00057 /* \} */ 00058 00059 #endif /* MCP41_MAP_H */
