From d4fda724f143e2d9da6fa889f62356d472b8bf1b Mon Sep 17 00:00:00 2001 From: tpollina Date: Sun, 1 Dec 2019 21:02:04 -0800 Subject: [PATCH] Update Acquisition.rst --- docs/Acquisition.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/Acquisition.rst b/docs/Acquisition.rst index a327797..5c50285 100644 --- a/docs/Acquisition.rst +++ b/docs/Acquisition.rst @@ -30,6 +30,12 @@ simply:: B) Define the used pinout ========================= +If you are using the `Raspbian`_ distro, it is best to install picamera using +the system's package manager: apt. This will ensure that picamera is easy to +keep up to date, and easy to remove should you wish to do so. It will also make +picamera available for all users on the system. To install picamera using apt +simply:: + GREEN = LED(16) RED = LED(12) BLUE = LED(26) @@ -40,6 +46,12 @@ B) Define the used pinout C) Configuration file ===================== +If you are using the `Raspbian`_ distro, it is best to install picamera using +the system's package manager: apt. This will ensure that picamera is easy to +keep up to date, and easy to remove should you wish to do so. It will also make +picamera available for all users on the system. To install picamera using apt +simply:: + camera = PiCamera() camera.resolution = (2592, 1944) @@ -58,6 +70,12 @@ C) Configuration file D) Define simple sequence for I2C modules (Valves and pump) =========================================================== +If you are using the `Raspbian`_ distro, it is best to install picamera using +the system's package manager: apt. This will ensure that picamera is easy to +keep up to date, and easy to remove should you wish to do so. It will also make +picamera available for all users on the system. To install picamera using apt +simply:: + def pump(state, verbose=True): sleep(0.2)