-
-
Notifications
You must be signed in to change notification settings - Fork 348
Arduino libs
Jarek Zgoda edited this page May 9, 2017
·
5 revisions
Sming comes with handful of ported libraries that cover many areas of embedded programming but for sure not all. This page provies list of other libraries that are known to work with Sming or not.
Rotary encoder support. This library is loop-based - requires periodic call to event collector method, once per 400 ms seems enough and can be resolved with Timer.
Both polling and interrupt based interfaces work without modifications. Once per 400 ms polling seems enough and can be resolved with Timer. There is I2C version too but it requires Sming >= 3.2 with I2C subsystem ported from Arduino.