From eddd93e2dd001c1a22a80e4befb549829d8325d0 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 29 Nov 2024 12:33:08 +0100 Subject: [PATCH] particle-{argon,boron}: note that `board_bat_voltage` is untested --- boards/particle-argon/doc.txt | 6 ++++++ boards/particle-boron/doc.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/boards/particle-argon/doc.txt b/boards/particle-argon/doc.txt index 3fc7d4619d84..a5950ea77b54 100644 --- a/boards/particle-argon/doc.txt +++ b/boards/particle-argon/doc.txt @@ -18,6 +18,12 @@ that provides access to multiple communication protocols: BLE, 802.15.4 and WiFi The board datasheet is available [here](https://docs.particle.io/assets/pdfs/datasheets/argon-datasheet.pdf) +@experimental Support to measure the voltage via ADC using the +`board_bat_voltage` feature (see [Feature List](@ref feature-list)) is provided +for this board. However, it was only ever tested for the very similar +@ref boards_particle-xenon. If you encounter any errors when measuring the +voltage for the Particle Argon, please report this! + ### Flash the board See the `Flashing` section in @ref boards_common_particle-mesh. diff --git a/boards/particle-boron/doc.txt b/boards/particle-boron/doc.txt index 69070da6746a..b3386924f6e0 100644 --- a/boards/particle-boron/doc.txt +++ b/boards/particle-boron/doc.txt @@ -18,6 +18,12 @@ that provides access to multiple communication protocols: BLE, 802.15.4 and LTE. The board datasheet is available [here](https://docs.particle.io/assets/pdfs/datasheets/boron-datasheet.pdf) +@experimental Support to measure the voltage via ADC using the +`board_bat_voltage` feature (see [Feature List](@ref feature-list)) is provided +for this board. However, it was only ever tested for the very similar +@ref boards_particle-xenon. If you encounter any errors when measuring the +voltage for the Particle Boron, please report this! + ### Flash the board See the `Flashing` section in @ref boards_common_particle-mesh.