Open vChavezB opened 1 week ago
What I ended doing is
m = Monitor()
res = m.Parse("include @/my_file.cs")
monitor.execute_script("include @/my_file.cs")
?
Did not work. I think that is just for python scripts.
Which then calls the C# equivalent :
I havent been able to replicate the command
include
in python.e.g.,:
include $ORIGIN/my_peripheral.cs
what is the correct pyrenode3 syntax for this?