We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bbcd6 commit 387c369Copy full SHA for 387c369
README.md
@@ -1,5 +1,12 @@
1
# Raspberry Pi slave library for Arduino
2
3
+Version: 1.0.0<br>
4
+Release date: 2016 February 16<br>
5
+[www.pololu.com](https://www.pololu.com/)
6
+
7
+Summary
8
+-------
9
10
This is an Arduino library that helps establish I<sup>2</sup>C communication with
11
a Raspberry Pi, with the Arduino acting as the I<sup>2</sup>C slave. It should
12
work with most Arduino-compatible boards, but we designed it for use
@@ -46,3 +53,8 @@ we have slowed down reads significantly.
46
53
| --------- | --------- | ---------- |
47
54
| 100 kHz | 21 kbit/s | 53 kbit/s |
48
55
| 400 kHz | 43 kbit/s | 140 kbit/s |
56
57
+Version history
58
+---------------
59
60
+* 1.0.0 (2016 Feb 16): Original release.
0 commit comments