From ba0bbc6334654fd1d71cd7c00982f3e0c8616b70 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Oct 2022 01:59:56 -0400 Subject: [PATCH] spelling: from Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../lessons/2-check-fruit-from-device/wio-terminal-camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-manufacturing/lessons/2-check-fruit-from-device/wio-terminal-camera.md b/4-manufacturing/lessons/2-check-fruit-from-device/wio-terminal-camera.md index 877603a1..942781ec 100644 --- a/4-manufacturing/lessons/2-check-fruit-from-device/wio-terminal-camera.md +++ b/4-manufacturing/lessons/2-check-fruit-from-device/wio-terminal-camera.md @@ -56,7 +56,7 @@ The Wio Terminal can now be programmed to use the attached ArduCAM camera. 1. The ArduCam library isn't available as an Arduino library that can be installed from the `platformio.ini` file. Instead it will need to be installed from source from their GitHub page. You can get this by either: * Cloning the repo from [https://github.com/ArduCAM/Arduino.git](https://github.com/ArduCAM/Arduino.git) - * Heading to the repo on GitHub at [github.com/ArduCAM/Arduino](https://github.com/ArduCAM/Arduino) and downloading the code as a zip from from the **Code** button + * Heading to the repo on GitHub at [github.com/ArduCAM/Arduino](https://github.com/ArduCAM/Arduino) and downloading the code as a zip from the **Code** button 1. You only need the `ArduCAM` folder from this code. Copy the entire folder into the `lib` folder in your project.