https://github.com/electronicsstudio/bmp280-sensor
This repository contains two code files: "BMP280_With_I2C_Connection" and "BMP280_With_SPI_Connection." These files allow you to get data from the BMP280 sensor using either I2C or SPI communication.
https://github.com/electronicsstudio/bmp280-sensor
Last synced: 6 months ago
JSON representation
This repository contains two code files: "BMP280_With_I2C_Connection" and "BMP280_With_SPI_Connection." These files allow you to get data from the BMP280 sensor using either I2C or SPI communication.
- Host: GitHub
- URL: https://github.com/electronicsstudio/bmp280-sensor
- Owner: electronicsstudio
- Created: 2024-11-17T16:22:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T16:19:14.000Z (over 1 year ago)
- Last Synced: 2024-11-19T16:48:23.194Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In this repository, I have created two files: "BMP280_With_I2C_Connection" and "BMP280_With_SPI_Connection."
Using the "BMP280_With_I2C_Connection" code file, you can retrieve data from the BMP280 sensor via an I2C connection.
Similarly, with the "BMP280_With_SPI_Connection" code file, you can retrieve data from the BMP280 sensor via an SPI connection.