From 0227ec63494a83551ea081623e54a6934b888c90 Mon Sep 17 00:00:00 2001 From: Pierrick C Date: Sun, 16 Jun 2019 17:35:47 +0200 Subject: [PATCH] Update README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8c66e93..5953a98 100644 --- a/README.rst +++ b/README.rst @@ -35,14 +35,16 @@ Usage Example To use Trellis as 2 Neotrellis (seesaw): -.. code-block:: python +.. code-block:: python3 + from neotrellism4 import NeoTrellisM4 trellis_left = NeoTrellisM4() trellis_right = NeoTrellisM4(left_part=trellis_left) To use TrellisM4 tilled with Neotrellis (seesaw): -.. code-block:: python +.. code-block:: python3 + from board import SCL, SDA import busio from adafruit_neotrellis.neotrellism4 import NeoTrellisM4