Hints for Projects(2019-11-12)
- a lamp helps
- screwed cables
- new pluggable connections between sensor and arduino
- iron solid cable connection
- Debuging with Serial print
- use LEDS to look if your programming logic works right
- use a multimeter to test connections
- are the libraries compatible?
Hints for Debugging Sketches(2019-11-13)
- use variables to adress pins
- Using senseful variable names
- Use comments for documentation, what you want to do and why
- removing vestigial code
- Tools/auto format
- use functions for code sequence
- use local variables in a function and return the changed variable
