Enum PiVersion
Defines the board revision codes of the different versions of the Raspberry Pi http://www.raspberrypi-spy.co.uk/2012/09/checking-your-raspberry-pi-board-version/. https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md.
Namespace: Unosquare.RaspberryIO.Computer
Syntax
public enum PiVersion
Fields
| Name | Description |
|---|---|
| ComputeModule0x11 | The compute module 1 Sony |
| ComputeModule0x14 | The compute module 1 Embest |
| ComputeModule3Embest | The compute module 3 Rev1.0 Embest |
| ComputeModule3PlusSony | The compute module 3+ Rev 1.0 Sony |
| ComputeModule3Sony | The compute module 3 Rev1.0 Sony |
| ModelAPlus0x12 | The model A+ Rev1.1 Sony |
| ModelAPlus0x15 | The model A+ Rev1.1 Embest |
| ModelAPlus1v1Sony | The model A+ Rev1.1 (512MB) Sony |
| ModelAx07 | The model A Rev2 Egoman |
| ModelAx08 | The model A Rev2 Sony |
| ModelAx09 | The model A Rev2 Qisda |
| ModelBPlus0x10 | The model B+ Rev1 Sony |
| ModelBPlus0x13 | The model B+ Rev1.2 Embest |
| ModelBPlus1v2Sony | The model B+ Rev1.2 sony |
| ModelBRev1 | The model B Rev1 |
| ModelBRev1ECN0001 | The model B Rev1 ECN0001 |
| ModelBRev2x04 | The model B Rev2 Sony |
| ModelBRev2x05 | The model B Rev2 Qisda |
| ModelBRev2x06 | The model B Rev2 Egoman |
| ModelBRev2x0d | The model B Rev2 (512MB) Egoman |
| ModelBRev2x0e | The model B Rev2 (512MB) Sony |
| ModelBRev2x0f | The model B Rev2 (512MB) Egoman |
| Pi2ModelB1v0Sony | The Pi 2 model B Rev1.0 Sony |
| Pi2ModelB1v1Embest | The Pi 2 model B Rev1.1 Embest |
| Pi2ModelB1v1Sony | The Pi 2 model B Rev1.1 Sony |
| Pi2ModelB1v2 | The Pi 2 model B Rev1.2 Embest |
| Pi3ModelAPlus | The Pi 3 model A+ Sony |
| Pi3ModelBEmbest | The Pi 3 model B Rev1.2 Embest |
| Pi3ModelBPlusSony | The Pi 3 model B+ Rev1.3 Sony |
| Pi3ModelBSony | The Pi 3 model B Rev1.2 Sony |
| Pi3ModelBSonyJapan | The Pi 3 model B Rev1.2 Sony Japan |
| Pi3ModelBStadium | The Pi 3 model B Rev1.2 Stadium |
| Pi4ModelB1Gb | The Pi 4 model B 1GB, Sony |
| Pi4ModelB2Gb | The Pi 4 model B 2GB, Sony |
| Pi4ModelB4Gb | The Pi 4 model B 4GB, Sony |
| PiZero1v2 | The Pi Zero Rev1.2 Sony |
| PiZero1v2Embest | The Pi Zero Rev1.2 Embest |
| PiZero1v3 | The Pi Zero Rev1.3 SOny |
| PiZero1v3Embest | The Pi Zero Rev1.3 Embest |
| PiZeroW | The Pi Zero W Rev1.1 |
| Unknown | The unknown version |