tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
607 stars 192 forks source link

Mpu9150 #596

Closed francdoc closed 1 year ago

francdoc commented 1 year ago

@deadprogram Hi, can you review this please?

deadprogram commented 1 year ago

Hello @FranCDoc thanks for the new device code.

Can you please add a smoke test for it here: https://github.com/tinygo-org/drivers/blob/dev/smoketest.sh

Thanks!

deadprogram commented 1 year ago

Also please add an example of use for the smoketest. Thanks!

francdoc commented 1 year ago

Hi @deadprogram. Thanks for your answer. I updated it as requested.

deadprogram commented 1 year ago

Thank you for the addition @FranCDoc now squashing/merging.

francdoc commented 1 year ago

Thanks @deadprogram.