Learn 1: The Notebook

This is the fifth challenge within the Robotics with GoPiGo and Python Curriculum.

Your task is to design a robot program to deliver a selection of mail to the residents of GoPiGo Drive, a small cul-de-sac containing 3 houses.

Learn how to how to use and calibrate the color sensor.

4. Sensor Setup Code

In this mission we will be reusing the line follower sensor as well as learning how to use the color sensor.

In this cell we will eventually:

          • create instances of both of these sensors a
          • tell the code which ports we have plugged them in to.

Later in the LEARN section we will help you to write the code for this cell.