-
Hello
I generated code from the LED.thingml example and tried to run it on an Arduino MEGA ADK then I got this errors :
```
wiring.c.o (symbol from plugin): In function '__vector_23':
(.text+0…
-
When we use a readonly property to define the size of an array, there is a bug in the generated code in C/C++ (not in JAVA or JavaScript).
Example :
ThingML Code :
```
readonly property SIZE : In…
-
Consider the following code in ThingML
```
function escape() : Byte[34]
do
var escaped : Byte[34]
escaped[0] = 0
return escaped
end
```
and C generated code
```
uint8_t* f_Sender_escape…
-
The error statement (the equivalent of System.err.print in Java) is:
1/ not supported in the Arduino compiler (which is not so problematic), and
2/ potentially leads to compilation errors in the resul…
-
It seems impossible to have multiple connectors targeting the same instance within a group...
-
It seems Double is not support by the Arduino compiler.
The following ThingML code:
message report_rotation(t : Double)//report the angle in radians
Compiles to the following Arduino code:
// Enqu…
-
Basically because the .h and .c files of the configuration or replaced (and do not exist anymore) by the .h and .c files of the thing (or vice versa). So at the end, something is missing resulting in …
-
I want to use [this lib](https://github.com/Tonejs/Tone.js/), also available on [NPM](https://www.npmjs.com/package/tone), in a ThingML program (I guess you know which one...).
What is the best way…
-
It would be good that the update site at least keeps the latest release in addition to the current snapshot. Right now, only the version corresponding to the latest commit will be in the update site. …
-
can get it write, on compilation get something like
```
[java.lang.UNIXProcess@f19d78 ERR] ThingDeSerializer.cpp: In function ‘void f_ThingDeSerializer_forward(ThingDeSerializer_Instance*)’:
[java.la…