Skip to content

Commit

Permalink
boards/avr-rss2: add configuration for AT24MAC602
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Feb 13, 2020
1 parent ecd0847 commit 59ca6a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions boards/avr-rss2/include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
extern "C" {
#endif

/**
* @name AT24MAC602 configuration
* @{
*/
#define AT24MAC_PARAM_I2C_DEV I2C_DEV(0)
#define AT24MAC_PARAM_TYPE AT24MAC6XX
/** @} */

/**
* @name LED pin definitions and handlers
Expand Down

0 comments on commit 59ca6a9

Please sign in to comment.