mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards: adapt atmega boards with new i2c API
This commit is contained in:
parent
c7fed1526c
commit
c26888c9f7
@ -141,6 +141,7 @@ extern "C" {
|
||||
* @name I2C configuration
|
||||
* @{
|
||||
*/
|
||||
#define I2C_BUS_SPEED I2C_SPEED_FAST
|
||||
#define I2C_NUMOF 1
|
||||
/** @} */
|
||||
|
||||
|
@ -116,6 +116,7 @@ extern "C" {
|
||||
* @name I2C configuration
|
||||
* @{
|
||||
*/
|
||||
#define I2C_BUS_SPEED I2C_SPEED_FAST
|
||||
#define I2C_NUMOF (1U)
|
||||
/** @} */
|
||||
|
||||
|
@ -108,6 +108,7 @@ extern "C" {
|
||||
* @name I2C configuration
|
||||
* @{
|
||||
*/
|
||||
#define I2C_BUS_SPEED I2C_SPEED_FAST
|
||||
#define I2C_NUMOF 1
|
||||
/** @} */
|
||||
|
||||
|
@ -107,6 +107,7 @@ extern "C" {
|
||||
* @name I2C configuration
|
||||
* @{
|
||||
*/
|
||||
#define I2C_BUS_SPEED I2C_SPEED_FAST
|
||||
#define I2C_NUMOF 1
|
||||
/** @} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user