Hi,
I have been working on a hobby ATmega 328p custom PCB. There are some things I dont understand and am hoping I can get help with.
- Do I need to enable the internal pull-up resistors for all the pins I am not using?
- The schematic for Arduino nano suggest adding a 1k resistor for the TX pin and another 1k resistor for the RX pin. But the schematic for Arduino Pro Mini which also uses the ATmega 328 does not include these resistors. Are they needed?
- I have read that i2c pins should have pull-up resistors. But this is not included in the nano schematic, but in the Pro Mini schematic, it says its optional. Are they needed?