tedyapo/arduino-MLX90393

implementation for void nop() missing

Closed this issue · 2 comments

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.

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

Fixed in #28