solettaproject / soletta-machine-learning

Soletta Machine Learning is an open source machine learning library focused on development of IoT projects. It provides API to handle with client side AI and an easy to use flow-based Soletta module. Supports neural networks and fuzzy logic learning and can be easily extended to support others.
Apache License 2.0
25 stars 16 forks source link

sml_garden: Only send a single packet per timeblock to OUT port #42

Closed otaviobp closed 9 years ago

otaviobp commented 9 years ago

Instead of sending packets every time we have a button pressed or a timeblock changed, only send this information once, at the end of the timeblock, i.e. count total button pressed time during the timeblock and send it at the end.