Created
July 21, 2014 12:59
-
-
Save deepakkarki/1cafe180275a131d78d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initializing PRU Speak | |
ps>SET var, 2 | |
... | |
len(p) : 5 | |
[0] | |
ps>SET var1, 3 | |
... | |
len(p) : 5 | |
[3] | |
ps>Closing terminal | |
PRU Speak object deleted | |
************************************ | |
Initializing PRU Speak | |
ps>SET var, 2 | |
... | |
len(p) : 5 | |
[2] | |
ps> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment