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

particle-{argon,boron}: note that board_bat_voltage is untested

This commit is contained in:
Martine Lenders 2024-11-29 12:33:08 +01:00
parent c39b69759d
commit eddd93e2dd
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80
2 changed files with 12 additions and 0 deletions

View File

@ -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.

View File

@ -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.