X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7s-ek%2Fhw%2Fmcp41_map.h;fp=boards%2Fat91sam7s-ek%2Fhw%2Fmcp41_map.h;h=6646391c74c4846ed0fa41dd65270c77b8ec30e5;hb=a22efc8dcc90c5fcb3811cf2667efb8a4e448134;hp=0000000000000000000000000000000000000000;hpb=bc0bd1c2cc28c168f9518cf6a4b11f09d39052fb;p=bertos.git diff --git a/boards/at91sam7s-ek/hw/mcp41_map.h b/boards/at91sam7s-ek/hw/mcp41_map.h new file mode 100644 index 00000000..6646391c --- /dev/null +++ b/boards/at91sam7s-ek/hw/mcp41_map.h @@ -0,0 +1,59 @@ +/** + * \file + * + * + * \brief MCP41 digital potentiometer map definitions. + * + * \version $Id$ + * + * \author Francesco Sacchi + */ + +#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, + + /* put here other mcp41 device */ + + MCP41_CNT, +} Mcp41Dev; +/* \} */ + +#endif /* MCP41_MAP_H */