Free Friday 2/20/25

For this free Friday I wanted to work on the birdbrain finch, it dances but I want to code it to do more next Friday. It changes color when it goes back and fourth, and starts it off with a spin!


Here’s a preview of the code:

from BirdBrain import Finch
import time

finch = Finch()

for _ in range(3)
finch.setMotors(80, -80)
time.sleep(0.4)
finch.setMotors(-80, 80)
time.sleep(0.4)

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *