Skip to content

Commit

Permalink
Update emc2301_python_IIC.md
Browse files Browse the repository at this point in the history
Add bus info
  • Loading branch information
mamin27 authored Apr 15, 2021
1 parent 188f0e1 commit ed25e13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion i2c_pkg/emc2301_pkg/emc2301_python_IIC.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# emc2301_IIC python3 module

**Last modification:** 07.02.2021
**Last modification:** 15.04.2021

### List of python files: ###

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

**emc2301_constant.py**

* Address & Bus variable
~~~python
I2CBUS = 1 # /dev/i2c-1
EMC2301_ADDRESS = 0x2F # 8 bit version
~~~
* list of emc2301 chip registers and their statuses

**fan_type.py**
Expand Down

0 comments on commit ed25e13

Please sign in to comment.