Skip to content

Commit

Permalink
add install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael committed Sep 28, 2020
1 parent fe7d3c0 commit ade614f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ To use these classes you must need to install:

Follow examples to read data from master RPI to slave ESP32:<br>
[example-read](/example/raspberry_pi_read_esp32.py)<br>
[example-write](/example/raspberry_pi_write_esp32.py)
[example-write](/example/raspberry_pi_write_esp32.py)


to install it use pip:
>pip install raspberrypi-esp32-i2c

0 comments on commit ade614f

Please sign in to comment.