X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fmcp41_map.h;h=b2d223cf51d1d7b6ee8cb904ee874694307794fa;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=5e0831287986970bb41a519d1c7478ef7d053d01;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/hw/mcp41_map.h b/bertos/hw/mcp41_map.h index 5e083128..b2d223cf 100644 --- a/bertos/hw/mcp41_map.h +++ b/bertos/hw/mcp41_map.h @@ -26,13 +26,12 @@ * 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. * --> * * \brief MCP41 digital potentiometer map definitions. * - * \version $Id$ * * \author Francesco Sacchi */ @@ -40,13 +39,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;