I've seen the 5V output pins on the board, however, I am not sure whether is safe to have a 5V input.
I want to implement a program that switches a led on when it gets close to something. To do so, I am using the HC-SR04 sensor, and I already found this code.
The code seems to use port 1.3 for the input of the sensor (echo) and interrupt, but, since there is not hardware set up explanation I don't know if I need to process it (5V >> 3.3V) or I am ready to go.
Thank you.