Skip to content

Commit

Permalink
Update Light_DepthGesture.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
microbotsio authored Sep 11, 2024
1 parent e692e67 commit b59fe41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Light_DepthGesture/Light_DepthGesture.ino
Original file line number Diff line number Diff line change
@@ -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 <CodeCell.h>
Expand Down

0 comments on commit b59fe41

Please sign in to comment.