stephendpmurphy / shost

💻 shost - GUI, CLI and static library for connecting to FTDI MPSSE capable devices
MIT License
2 stars 1 forks source link

I²C and Protocol documentation #47

Closed NoeelMoeskops closed 2 years ago

NoeelMoeskops commented 2 years ago

Added documentation.

More is to come:

Also, I will be writing a BME280 driver shortly. And I am planning to use this tool a lot to figure out how the chip works. It will be a good bug test and to see if everything is working correctly and if we are not missing some features etc.

stephendpmurphy commented 2 years ago

Awesome - Thanks @NoeelMoeskops

p.s. take a look at this - https://github.com/BoschSensortec/BME280_driver/tree/c47f06eb44fc96970f0abfcc941ec16425b2a9e6

I've actively used it in another project and the driver is super easy to integrate and use.