hbldh / pymetawear

Community developed SDK around the Python bindings for the C++ SDK

Home Page:https://hbldh.github.io/pymetawear/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading analog input

wliao229 opened this issue · comments

Would pymetawear be able to read analog signal from the board? I had a pulse sensor attached to it, and I was wondering if it is possible to read the signal through python.

Check out the gpio branch of the kinemic fork:
https://github.com/kinemic/pymetawear/tree/gpio

There is also code for events and timers:
https://github.com/kinemic/pymetawear/tree/events_timers

Both are untested and undocumented but should work.

Nice! Should those modules work fine, feel free to send Pull Requests for them!