From 57db1b73e19b36a2540de07ac9f34780fe6e9496 Mon Sep 17 00:00:00 2001 From: BnK4e <51700685+BnK4e@users.noreply.github.com> Date: Fri, 14 Jun 2019 10:23:13 +0200 Subject: [PATCH] added missing import statement --- tutorials/pysense.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/pysense.md b/tutorials/pysense.md index 4d67d2ff..33c629a0 100644 --- a/tutorials/pysense.md +++ b/tutorials/pysense.md @@ -5,6 +5,7 @@ This basic example shows how to read pitch and roll from the on-board accelerometer and output it in comma separated value \(CSV\) format over serial. ```python +import time from LIS2HH12 import LIS2HH12 from pytrack import Pytrack py = Pytrack()