Increase voltage on digital ports Arduino Due.

Hi there!

I have Arduino Due board. I know, that working voltage on digital ports is 3.3V, but I need to increase to 5V.

Can I do this by programming or not?

And I know, that 5V can destroy my Arduino.

Can I do this by programming or not?

Not.

You need to use a buffer or a transistor.

Grumpy_Mike:
Not.

You need to use a buffer or a transistor.

Thank you!