Get the device name

Can I get the device name in managed code. This would help me mange different hardware revisions. I could name the device before it leaves with it’s hardware revision. Then when I write updated software. I could just include a device name check for some minor pin changes. Better than maintaining different forks I think.

For Micro Framework there is no device name exactly, but you can get the device type. Take a look at https://old.ghielectronics.com/downloads/man/Library_Documentation_v4.3/html/T_GHI_Processor_DeviceType.htm

Thanks. thumbs up!