From be9cb87c47de99e284e43a5cf3c3535d66eea985 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 24 Dec 2019 07:18:01 +0000 Subject: [PATCH 1/2] Add Gitpod config --- .gitpod.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1 @@ +{} diff --git a/README.md b/README.md index 7dc7d5e3..f73923ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ArduCAM/Arduino) + # ArduCAM Library Introduction This is a opensource library for taking high resolution still images and short video clip on Arduino based platforms using ArduCAM's camera moduels.
The camera breakout boards should work with ArduCAM shield before connecting to the Arduino boards.
From 044e4877a62e8e55a198a511f1c7b9047e376414 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 24 Dec 2019 08:35:37 +0000 Subject: [PATCH 2/2] Add Gitpod config --- .gitpod.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 0967ef42..356f3b42 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1 +1 @@ -{} +{ image: gitpod/workspace-full } diff --git a/README.md b/README.md index f73923ce..ae3d05fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ArduCAM/Arduino) +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ArduCAM/Arduino) + # ArduCAM Library Introduction This is a opensource library for taking high resolution still images and short video clip on Arduino based platforms using ArduCAM's camera moduels.
The camera breakout boards should work with ArduCAM shield before connecting to the Arduino boards.