X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fmcp41_map.h;h=6646391c74c4846ed0fa41dd65270c77b8ec30e5;hb=e62ca0b357f09804d7d894949df44224c9d74bb7;hp=5e0831287986970bb41a519d1c7478ef7d053d01;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/hw/mcp41_map.h b/bertos/hw/mcp41_map.h index 5e083128..6646391c 100644 --- a/bertos/hw/mcp41_map.h +++ b/bertos/hw/mcp41_map.h @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2006, 2008 Develer S.r.l. (http://www.develer.com/) * All Rights Reserved. * --> * @@ -40,13 +40,17 @@ #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, - MCP41_PHOTO_GAIN, + + /* put here other mcp41 device */ MCP41_CNT, } Mcp41Dev;