BMP3_SensorAPI
BMP3_SensorAPI copied to clipboard
C Sensor API for the BMP3xy series of Barometers from Bosch Sensortec. To report issues, go to https://community.bosch-sensortec.com/t5/Bosch-Sensortec-Community/ct-p/bst_community
The `null_ptr_check()` function checks that `dev.inft_ptr` is not NULL, however, nowhere in the code it this pointer used. Indeed `dev.inf_ptr` is only used in user defined functions: `read`, `write` and...
**Description:** This PR adds a `Doxyfile` and a `.gitignore` to the repository. * The project already included Doxygen-style comments, but no `Doxyfile` was present. This meant that users wanting to...