Per Persson

Results 5 comments of Per Persson

What about `@io.gpio_handler.PULLUP` using `@` to signify an "address" to a value? Could be used as is, or in via a `define PULLUP = @io.gpio_handler.PULLUP`.

OK, so the error says the compiler doesn't know about the `connJADE.redeployer_trigger` There could be three reasons for this: - it couldn't find `connJADE.redeployer_trigger` in `calvin/actors/systemactors/connJADE/redeployer_trigger.py` (that's the default location...

Unrelated to the issue you have with buggy application clean-up, I'd just like to point out that the example code dealing with explicit .deployjson files dates to before we had...

This is an issue on Ubuntu 16.04 LTS as well, installing libffi-dev and libssl-dev is a prerequisite. apt-get install libffi-dev apt-get install libssl-dev There should probably be a "prerequisite" section...

Ah, yes, the documentation is a bit terse... > Send predetermined data on output. Never ending sequence. > Outputs: > token : Some data As a rule of convention, not...