Skip to content

Commit 1029f6f

Browse files
authored
Update README.md
1 parent d6f5111 commit 1029f6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
The main difference between these routines and most other Tiny Wire libraries is that these don't use buffers, so have minimal memory requirements, and don't impose a 32-byte limit on transmissions.
77

8+
Note that you need to use Spence Konde's ATTiny Core for these routines to work; otherwise you'll get errors such as:
9+
10+
error: 'PIN_USI_CL' was not declared in this scope
11+
error: 'PIN_USI_SCL' was not declared in this scope
12+
813
## Introduction
914

1015
I've named these routines TinyI2C for two reasons: to distinguish them from the existing TinyWire libraries, such as the one included in Spence Konde's ATTiny Core, and to emphasise that these routines don't follow the Arduino Wire library naming conventions.

0 commit comments

Comments
 (0)