Debugging
Squash one bug and two more may appear.
Outline
- Recursion
- debugWire
- Breakpoints
- Watchpoints
- Mutating memory
- Evaluating expressions
Exercises
-
Implement Fizz Buzz up to a number specified over the serial console.
-
Create a recursive factorial function. This function should be able to at least successfully calculate 10 factorial.