Search found 1 match

by abd alrahman
Mon Jul 22, 2024 4:02 pm
Forum: ESP-IDF
Topic: BMP280_SPI
Replies: 0
Views: 280

BMP280_SPI

Hi, can anyone check if this code is functional. This code should send the ID register address (0xD0) of BMP280 and return the value (0x58) by using SPI. knowing that the used board is ESP32. another question: what is queue_size ?? #include <stdio.h> #include <string.h> #include "freertos/FreeRTOS.h...