Learn 2: Build and Calibrate
10. DEBUG
If there is no visible response to the button clicks:
- Check that your test code matches that printed above, paying special attention to the function names.
- Make sure that you have made your robot aware of your test functions by selecting your test function cell and clicking on Run Selected Cell before clicking on the buttons.
If you observed any error messages:
- Use what you have learned in previous missions about debugging code to fix your code and try again.
- You can look back at previous missions for debugging advice if necessary.