tedyapo / arduino-MLX90393

Arduino library for MLX90393 magnetometer sensor
MIT License
49 stars 26 forks source link

implementation for void nop() missing #17

Closed udoklein closed 6 years ago

udoklein commented 6 years ago

Currently there is no implementation for the nop command. However this is the only command that would allow to read the status flags without any side effects. I suggest to add the command.

tedyapo commented 6 years ago

Yes, will do. This command isn't even in the datasheet, but is mentioned in the "Getting Started" document.

tedyapo commented 6 years ago

Fixed in #28