eclipse / upm

UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs.
MIT License
662 stars 411 forks source link

lis2ds12.{h,hpp}: add missing parameter description #622

Closed alext-mkrs closed 6 years ago

alext-mkrs commented 6 years ago

I'm working on a LIS3DH sensor module as discussed earlier in #617 and use @jontrulson's [nice] lis2ds12 one as the base. Noticed a missing parameter description, so here goes the fix.

Propanu commented 6 years ago

Merged, thanks @alext-mkrs!