How to call an Void in Program from bitlash,well i google everywhere but no results to do this, i have a void called as "DRWRECTANGLE" but i dont know how to call this from the bitlash program?
Your question is pretty pointless. A word "void" means that the procedure does not return anything, Without context this word has no meaning. Why are you trying to run a "void"?
Show the code, it looks like your "void" is a C/C++ procedure. if so, then ask the question correctly -
"How can I run the C procedure from a BASIC program?"
No you got that wrong. It is not a BASIC program. It is a bitlash program. This is an interpreted programming language for the Arduino. It normally has a keyboard input sent to the interpreter.
However you are right that the question as framed makes no sense.
oh i write wrong i mean "calling"
That still does not make sense, sorry.
Calling instead of what?
As I said Biltash is a scripting language. Do you know what that means? I did try and explain it in reply #3. Please ask again if you have any particular questions about what I said.
Or see http://bitlash.net/
From the User Manual
In cases where you need native C code to get closer to the hardware, perhaps for speed or to interface with a custom peripheral, it’s also easy to integrate your C code with Bitlash as a User Function. Bitlash ships with many examples of user functions.
oh i got a plan. ill use a mirror trick with other uno. and ill use StartsWith to call them
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.