From e2018ed0601af61bd1db99a46c40bc9eb68002d3 Mon Sep 17 00:00:00 2001 From: adminpete Date: Sun, 24 Jan 2016 17:58:06 +0000 Subject: [PATCH] DS3231 Pre-allocated buffer. Test program added. --- DS3231/ds3231_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS3231/ds3231_test.py b/DS3231/ds3231_test.py index 690eabb..8ff9b77 100644 --- a/DS3231/ds3231_test.py +++ b/DS3231/ds3231_test.py @@ -1,6 +1,6 @@ # Program to test/demonstrate consistency of results from getcal() from array import array -from ds2321_pb import DS3231 +from ds3231_pb import DS3231 # This takes 12.5 hours to run: to sve you the trouble here are results from one sample of Pyboard.