We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d35059 commit 6561885Copy full SHA for 6561885
docs/source/history.rst
@@ -3,20 +3,24 @@ Changelog
3
4
.. currentmodule:: EasyMCP2221.Device
5
6
-Latest (unreleased)
7
--------------------
+
8
+V1.6
9
+--------
10
11
+1.6.3
12
+~~~~~~
13
14
I2C:
15
+ * New :doc:`smbus`. Useful to use other Python I2C modules with MCP2221 interface.
16
* Fixed. I2C slave class exception when device is not present.
17
18
Documentation:
19
* Conflict with kernel module ``hid_mcp2221``. See *Delay at the end of script (Linux)* in :doc:`install`.
20
* Explain I2C speed limit for very short transfers.
21
+ * Document :doc:`smbus`. Include example code for BME280 (Temperature, Pressure, Humidity sensor).
22
23
-V1.6
---------
-
24
V1.6.2
25
~~~~~~
26
0 commit comments