BeRTOS
|
00001 00039 #ifndef MCP41_MAP_H 00040 #define MCP41_MAP_H 00041 00042 #warning TODO:This is an example implentation, you must implement it! 00043 00048 typedef enum Mcp41Dev 00049 { 00050 MCP41_LED, 00051 00052 /* put here other mcp41 device */ 00053 00054 MCP41_CNT, 00055 } Mcp41Dev; 00056 /* \} */ 00057 00058 #endif /* MCP41_MAP_H */