[ion] Add getter method for PCB version in string form

This commit is contained in:
Gabriel Ozouf
2021-03-26 12:05:56 +01:00
committed by Gabriel
parent ed95b46c5b
commit 0282104086
3 changed files with 24 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ const char * serialNumber();
const char * softwareVersion();
const char * patchLevel();
const char * fccId();
const char * pcbVersion();
// CRC32 : non xor-ed, non reversed, direct, polynomial 4C11DB7
uint32_t crc32Word(const uint32_t * data, size_t length); // Only accepts whole 32bit values