Which one of the following is better to do with unused GPIO pins keeping in mind that i cannot connect them to Vcc or GND externally?
1. Set them as Inputs with Internal Pull-up enabled
2. Set them as Outputs with Internal Pull-up enabled
3. Set them as Outputs with Internal Pull-up disabled
Thanks!