Tool/software: Code Composer Studio
How can I split my DSS code to separate files?
let say I have files main.js and a.js
and a.js has function func() in it,
how can I run a functions func from main.js?
I tryed to a couple of JavaScript ideas like namespce,and to run dss with bouth files as arguments
but none mange to solve my problome.
Thanks