7 lines
141 B
C
7 lines
141 B
C
|
#pragma once
|
||
|
|
||
|
// AVR: can change to other supported values
|
||
|
#define F_SCL 100000UL
|
||
|
|
||
|
// TODO: add some default ARM configs for i2cv1 and i2cv2
|