From bdaa92727934cd8e95075e59f25898191cc39aa9 Mon Sep 17 00:00:00 2001 From: Steveis Date: Sun, 1 May 2016 19:34:30 +0100 Subject: [PATCH] Correct capacitance SI unit --- gpiozero/input_devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index f7d0566..fea7c59 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -443,7 +443,7 @@ class LightSensor(SmoothedInputDevice): :param float charge_time_limit: If the capacitor in the circuit takes longer than this length of time to charge, it is assumed to be dark. The default (0.01 seconds) is - appropriate for a 1µf capacitor coupled with the LDR from the + appropriate for a 1µF capacitor coupled with the LDR from the `CamJam #2 EduKit`_. You may need to adjust this value for different valued capacitors or LDRs.