copterust / bmp280

embedded-hal compatible driver for bmp280 pressure sensor
7 stars 12 forks source link

Documentation link in README is wrong #6

Closed Jajcus closed 1 year ago

Jajcus commented 1 year ago

It seems that README.md points to API documentation for a completely different 'bmp280' module. This is very confusing.

Actual API documentation would be very helpful, but at least the wrong link should be removed.

little-arhat commented 1 year ago

@Jajcus oops, thanks! fixed! Correct name in docs/crates is docs.rs/bmp280-ehal/ (bmp280 was taken by non-embedded-hal compatible crate).