mcp41_map.h
Go to the documentation of this file.00001
00040 #ifndef MCP41_MAP_H
00041 #define MCP41_MAP_H
00042
00046 typedef enum Mcp41Dev
00047 {
00048 MCP41_LED,
00049 MCP41_PHOTO_GAIN,
00050
00051 MCP41_CNT,
00052 } Mcp41Dev;
00053
00054
00055 #endif