P2 SPIN2 constants
pic18f2550
Posts: 400
in Propeller 2
Hello,
where can you find out the content of the constants used in SPIN2?
E.g.
P_ASYNC_TX =%????????_????????_????????_???????? P_OE =%????????_????????_????????_???????? P_INVERT_OUTPUT =%????????_????????_????????_???????? etc.
Comments
If you mean display their value, you would need a terminal/display driver with a binary display method, e.g.,
term.bin(P_ASYNC_TX, 32)
which would display P_ASYNC_TX as a 32-digit binary number.Cheers
In the spin2 documentation: https://docs.google.com/document/d/16qVkmA6Co5fUNKJHF6pBfGfDupuRwDtf-wyieh_fbqw/edit#heading=h.3lni8j2y6qpx