1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00

adafruit-feather-nrf52840-express: add output unit for saul_bat_voltage

Co-authored-by: crasbe <crasbe@gmail.com>
This commit is contained in:
Martine S. Lenders 2024-11-21 13:20:53 +01:00 committed by Martine Lenders
parent e02a8be2b7
commit db5666acde
No known key found for this signature in database
GPG Key ID: F35493B97485320B

View File

@ -26,7 +26,7 @@ extern "C" {
*
* @param[in] adc_sample The raw ADC sample.
*
* @return Voltage value for phydat.
* @return Voltage value in mV for phydat.
*/
int16_t saul_bat_voltage_convert(int32_t adc_sample);