System calls
versionNumber()
Determines the version of Device OS available. Returns the version encoded
as a number:
0xAABBCCDD
AA is the major release
BB is the minor release
CC is the patch number
DD is 0
Firmware 0.4.7 has a version number 0x00040700