Propeller Manual

Table Of Contents
CHIPVER – Spin Language Reference
CHIPVER
Command: Get the Propeller chip’s version number.
((PUB PRI))
CHIPVER
Returns: Version number of the Propeller chip.
Explanation
The
CHIPVER command reads and returns the version number of the Propeller chip. For
example:
V := chipver
This example sets V to the version number of the Propeller chip, 1 in this case. Future
Propeller Applications can use this to determine the version and type of Propeller chip they
are running on and make modifications to their operation as necessary.
Page 62 · Propeller Manual v1.1