1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/avr-rss2: add configuration for AT24MAC602

This commit is contained in:
Benjamin Valentin 2020-02-13 14:25:19 +01:00
parent ecd084781a
commit 59ca6a9b37

View File

@ -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