From e37680ddaac549c543700f33bdaf483224477df2 Mon Sep 17 00:00:00 2001 From: Steffen Date: Thu, 9 Dec 2021 21:26:42 +0100 Subject: [PATCH] Import of the adafruit_itertools changed at at some point Now the Submodule must be named. At least Since version 1.1.6 if I understand it right, since (https://github.com/adafruit/Adafruit_CircuitPython_IterTools/tree/1.0.1)[1.0.1]. --- teaandtechtime_fft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teaandtechtime_fft.py b/teaandtechtime_fft.py index 7e43923..a535a7e 100644 --- a/teaandtechtime_fft.py +++ b/teaandtechtime_fft.py @@ -42,7 +42,7 @@ # imports from math import pi, sin, cos, sqrt, pow, log -from adafruit_itertools import islice, count +from adafruit_itertools.adafruit_itertools import islice, count import array __version__ = "0.0.0-auto.0"