Update README

This commit is contained in:
Pierrick C 2019-06-16 17:34:36 +02:00
parent 097f255c38
commit 9d99877772
1 changed files with 2 additions and 0 deletions

View File

@ -34,12 +34,14 @@ Usage Example
=============
To use Trellis as 2 Neotrellis (seesaw):
.. code-block:: python
from neotrellism4 import NeoTrellisM4
trellis_left = NeoTrellisM4()
trellis_right = NeoTrellisM4(left_part=trellis_left)
To use TrellisM4 tilled with Neotrellis (seesaw):
.. code-block:: python
from board import SCL, SDA
import busio