Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Command: Get the Propeller chip's version number.

((PUBPRI))
  CHIPVER

...

Returns: Version number of the Propeller chip.

...

The CHIPVER command reads and returns the version number of the Propeller chip. For example:

Code Block
  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.

Excerpt
hiddentrue

Get the Propeller chip's version number.