esp-idf-lib
esp-idf-lib copied to clipboard
Component library for ESP32-xx and ESP8266
### Device name MPU6050 ### Device description The MPU-6050 IMU (Inertial Measurement Unit) is a 3-axis accelerometer and 3-axis gyroscope sensor. The accelerometer measures the gravitational acceleration, and the gyroscope...
### The issue Hi, I tried both the multi and single example code in PlatformIO with a single DS18B20 sensor. The multi example worked fine, but the single example reported...
### The issue In the latest ESP-IDF master, if the CONFIG_RMT_SUPPRESS_DEPRECATE_WARN configuration option is not set, a warning is displayed ``` #warning "The legacy RMT driver is deprecated, please use...
### The issue > If you are working on a new driver, or an existing one, please create an Issue, and assign the Issue to yourself. this is not true....
### The issue `esp_idf_lib_helpers` component does not have comprehensive examples under `examples`. update: `mcp23008` does not have an example. ### The context after 32a477899233a8cb627cf4661400978276634090, all components are expected to have...
### The issue the CI should run not only when a PR is opened, but also at a certain interval. ### The context the CI runs only when PR is...
### Device name MAX1704X ### Device description The MAX17043/MAX17044 and MAX17048/MAX17049 are ultra-compact, low-cost, host-side fuel-gauge systems for lithium-ion (Li+) batteries in handheld and portable equipment. The MAX17043/MAX17048 is configured...
Hi, I would like to request a driver for Dallas DS2438, please. Need it so much for my school task. Regards
I am requesting a driver for `MAX7219`. Add one parameter to max7219_draw_image_8x8. ``` esp_err_t max7219_draw_image_8x8(max7219_t *dev, uint8_t pos, const void *image, bool flag) ``` --- If flag = true, immediately...