Intro CS Assignments
Assignments by week:
Fall Term: 1 2 3 4 5 6 7 8 9
Winter Term: 1 2 3 4 5 6 7 8
Spring Term:
Monday, January 30
Description
Programming new sensors, continued
Homework
Tuesday, January 31
Description
Finishing programming new sensors
Homework
  • Finish writing a simple program that demonstrates the features of the sensor you've chosen to work with. This means setting up the sensor, reading values from it, and printing them to the screen or providing some other basic feedback (don't include things like motors; the idea is to demonstrate the sensor's capabilities as simply as possible). Your program should have the following features:

    • Comments describing the basics of the sensor (mounting suggestions, overview of features).
    • Comments for the constructor, explaining any parameters, and any hints for proper use.
    • Instructions and sample code for calibration, if necessary.
    • Sample calls to get value(s) from the sensor.

    Export your completed program from Eclipse using the Archive option. Send it to me via e-mail by the start of next class.

Thursday, February 2
Description
Homework