Skip to content
Jarek Zgoda edited this page Apr 23, 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.

Working libraries

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 interface version too but it requires Sming 3.2 with I2C subsystem ported from Arduino. The change that makes it compatible has been introduced to develop with commit 0c2d053a1d22d019d117158ccb6a20cdd205345b.

Libraries that are known to not work