X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=hw%2Fmcp41_map.h;h=544f56732c1c968d7a0ea7a4feefb53e8bf090c0;hb=HEAD;hp=5e0831287986970bb41a519d1c7478ef7d053d01;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/hw/mcp41_map.h b/hw/mcp41_map.h deleted file mode 100644 index 5e083128..00000000 --- a/hw/mcp41_map.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * \file - * - * - * \brief MCP41 digital potentiometer map definitions. - * - * \version $Id$ - * - * \author Francesco Sacchi - */ - -#ifndef MCP41_MAP_H -#define MCP41_MAP_H - -/** \name Enum for mcp41 pot evices. - * \{ - */ -typedef enum Mcp41Dev -{ - MCP41_LED, - MCP41_PHOTO_GAIN, - - MCP41_CNT, -} Mcp41Dev; -/* \} */ - -#endif /* MCP41_MAP_H */