mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
26 lines
780 B
Plaintext
26 lines
780 B
Plaintext
/**
|
|
@defgroup boards_particle-argon Particle Argon
|
|
@ingroup boards
|
|
@brief Support for the Particle Argon
|
|
|
|
### General information
|
|
|
|
[Particle Argon](https://docs.particle.io/argon/) is a mesh-ready development kit
|
|
that provides access to multiple communication protocols: BLE, 802.15.4 and WiFi.
|
|
|
|
<img src="https://docs.particle.io/assets/images/argon/argon-top.png"
|
|
alt="pinout" style="height:300px;"/>
|
|
|
|
### Block diagrams and datasheets
|
|
|
|
<img src="https://docs.particle.io/assets/images/argon/argon-block-diagram.png"
|
|
alt="pinout" style="height:800px;"/>
|
|
|
|
The board datasheet is available [here](https://docs.particle.io/assets/pdfs/datasheets/argon-datasheet.pdf)
|
|
|
|
### Flash the board
|
|
|
|
See the `Flashing` section in @ref boards_common_particle-mesh.
|
|
|
|
*/
|