An open API service indexing awesome lists of open source software.

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.

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.