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
599 stars 188 forks source link

Initial support for VL6180x sensor #454

Closed conejoninja closed 2 years ago

ysoldak commented 2 years ago

Why so many changes in README.md? Seem to be whitespaces (not really visible in diff)?

conejoninja commented 2 years ago

I was surprised at first too , but the whitespaces "fixes" this (before this PR): Screenshot from 2022-09-03 08-05-52

It's just a formatting issue, not really important, but it was done automatically I guess.

And this is after the edit: Screenshot from 2022-09-03 08-04-33

deadprogram commented 2 years ago

@conejoninja do you want to squash commits before merge, or shall I do it for you?

deadprogram commented 2 years ago

Now merging, thanks @conejoninja