I want to use a GPIO pin on my Pi to send a simple on/off signal to my Arduino board.
My approach would be to connect the GPIO to an Arduino analog pin (to get around the 3.3V max of the Pi GPIO) pulled high, and signal it by setting the GPIO as required.
I heard many warnings that connecting 5V directly to any GPIO will fry the Pi. But the 5V pullup on the Arduino is behind a 100 MOhm resistor, therefore I want to ask if this configuration is dangerous for the Pi?
