25.
Same as 24 but don't display the dice numbers, rather say how many
throws it takes to get to 100 sixes. Then start again each time you get
to 100 sixes.
25A. Write a program that takes the output of the voltage between two
resistors into an analog port pin for reading. This voltage will be
between 0 and 5 volts. Output the number you get between 0 and 1023 to
the screen. (Try different resisitors and predict what will happen.)
25B. Same as 25A but this time make one of the resistors a variable resisitor so that your output will change.
27. A very short talk to the class about an Arduino command that you can use in your programs. Check out the word allocated to you in the wiki part of our blog. Study the word and give a 2-3 slide presentation telling the class what the word does and give an example of the way it's used in Arduino code. Any other tips or relevant information should be presented. The talk should last about a minute.
28. Write a delay subroutine in avr assembler using AVR studio 4 that lasts fro exactly 50 milliseconds.Refer to a post above in this blog called assembler delays.