Skip to content

Commit ed25e13

Browse files
authored
Update emc2301_python_IIC.md
Add bus info
1 parent 188f0e1 commit ed25e13

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

i2c_pkg/emc2301_pkg/emc2301_python_IIC.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# emc2301_IIC python3 module
22

3-
**Last modification:** 07.02.2021
3+
**Last modification:** 15.04.2021
44

55
### List of python files: ###
66

@@ -9,6 +9,11 @@ The EMC2301 is an SMBus compliant fan controller with a PWM fan driver. The
99

1010
**emc2301_constant.py**
1111

12+
* Address & Bus variable
13+
~~~python
14+
I2CBUS = 1 # /dev/i2c-1
15+
EMC2301_ADDRESS = 0x2F # 8 bit version
16+
~~~
1217
* list of emc2301 chip registers and their statuses
1318

1419
**fan_type.py**

0 commit comments

Comments
 (0)