X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=hw%2Fmcp41_map.h;fp=hw%2Fmcp41_map.h;h=a0170dee62aebe5dc1d8f0038683c974ae69d1ff;hb=c22f33b299c475e12d1525a82a24f724d0bd68aa;hp=0000000000000000000000000000000000000000;hpb=bee5b90739b848c275160512171a3114532babb4;p=bertos.git diff --git a/hw/mcp41_map.h b/hw/mcp41_map.h new file mode 100755 index 00000000..a0170dee --- /dev/null +++ b/hw/mcp41_map.h @@ -0,0 +1,30 @@ +/** + * \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 */