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

Param to make all but "type" optional #2

Closed MattFryer closed 4 years ago

MattFryer commented 6 years ago

A defined param to make all but type optional. This will likely offer no benefit as the compiler should not allocate RAM or progmem to constants.

MattFryer commented 4 years ago

This offers no benefit so will not be implemented