Document return value of event_waitTimeout()
[bertos.git] / bertos / hw / mcp41_map.h
index 5e0831287986970bb41a519d1c7478ef7d053d01..b2d223cf51d1d7b6ee8cb904ee874694307794fa 100644 (file)
  * 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 <batt@develer.com>
  */
 #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;