From b59fe417876398274b9589aff8236fb272b03002 Mon Sep 17 00:00:00 2001 From: microbots Date: Wed, 11 Sep 2024 18:49:09 +0200 Subject: [PATCH] Update Light_DepthGesture.ino --- examples/Light_DepthGesture/Light_DepthGesture.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Light_DepthGesture/Light_DepthGesture.ino b/examples/Light_DepthGesture/Light_DepthGesture.ino index ffbb724..0d7b082 100644 --- a/examples/Light_DepthGesture/Light_DepthGesture.ino +++ b/examples/Light_DepthGesture/Light_DepthGesture.ino @@ -1,9 +1,10 @@ /* * Overview: - * This code brings your Flappy Bot to life! + * In this example, we'll explore how to use the proximity sensor to read depth gestures and brings your Flappy Bot to life! * With this example the CodeCell controls two FlatFlaps that stops flapping when proximity is detected. * Their angle gets adjusted dynamically based on how close something gets. * Feel free to tweak the code with your own creative ideas, or add motion sensing for a new reaction! + * Learn more about this example here - https://microbots.io/blogs/learn/codecell-depth-gestures */ #include