I am doing a project in which I have a component that outputs a 5 Volt signal. Since the Pi is only able to handle 3.3 V I connected the signal to a voltage divider. I used a 4.7 kiloOhm and a 2.2 kiloOhm resistor.
5V * 4700Ω/(4700Ω+2200Ω)= 3.4 V
Can the Pi handle that current or do I have to reduce it even further?