EricssonResearch / calvin-constrained

C based implementation of Calvin runtime for constrained devices
Apache License 2.0
7 stars 7 forks source link

Actors and Calvinsys sensors for Android #9

Closed alexandernajafi closed 7 years ago

alexandernajafi commented 7 years ago

Implemented the actors and Calvinsys (for Android): accelerometer, gyroscope, pressure, pick-up gesture and stepcounter.

Also added a definition for the timeout of the evt_wait function.

Question: What is the naming convention for the Calvinsys implementations? Are they supposed to be called for example "io.accelerometer" or like the actor "sensor.accelerometer"?

alexandernajafi commented 7 years ago

When this has passed, I will also add the Python actors to the calvin-base repo.