MattFryer / Board_Identify

An Arduino library which allows identification of the board/controller
GNU General Public License v3.0
25 stars 3 forks source link

enhance the Board_Identify #11

Open ReginaldLoehr opened 7 months ago

ReginaldLoehr commented 7 months ago

Tio reduce the noise of a processor it is good practice to set all unused ports to INPUT_PULLUP. If your identifier could return the maximum numbers of ports available, you could easily set them all to INOUT_PULLUP before you set your ports needed by the project.

In my case there was not only digital components but also analog stuff. I was astonished how much noise you get out of your system when you ste the unused ports.

Reginald, Frankfurt, Germany