jeanthom opened a new pull request, #3411: URL: https://github.com/apache/nuttx-apps/pull/3411
## Summary Add example application for INA260 current/voltage/power sensor driver. Driver PR is currently being reviewed here: https://github.com/apache/nuttx/pull/18430 The program periodically outputs the voltage, current and power measurements from the chip. ## Impact Add ina260 program. ## Testing Tested on top of NuttX 12.12.0, compiled on macOS for STM32F407-DISC1. Output looks like this: ``` nsh> ina260 U= 23898mV I= 571mA P= 13680mW U= 23870mV I= 728mA P= 17400mW U= 23862mV I= 782mA P= 18680mW U= 23858mV I= 796mA P= 19030mW U= 23857mV I= 805mA P= 19200mW U= 23857mV I= 805mA P= 19200mW ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
