Remove stobe macro.
[bertos.git] / bertos / hw / mcp41_map.h
index 5e0831287986970bb41a519d1c7478ef7d053d01..1cd1449e7cb8357c74cd7bfd2e70675a43b4a9eb 100644 (file)
 #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;