Q1. What does debugging mean?
- Answer: Debugging means finding and fixing errors in a circuit or code.
Q2. If a sensor isn’t working, what two things should you check first?
- Answer:
- Wiring (is VCC, GND, and output connected properly?).
- Code (is the correct pin number used, and logic correct?).