
particle
List of commands for particle:
-
particle:tldr:12452 particle: Execute a function on a device.$ particle call ${device_name} ${function_name} ${function_arguments}try on your machineexplain this command
-
particle:tldr:3a8c2 particle: Update a device to use a specific app remotely.$ particle flash ${device_name} ${path-to-program-bin}try on your machineexplain this command
-
particle:tldr:41812 particle: Compile a Particle project.$ particle compile ${device_type} ${path-to-source_code-ino}try on your machineexplain this command
-
particle:tldr:46395 particle: Update a device to use the latest firmware via serial.$ particle flash --serial ${path-to-firmware-bin}try on your machineexplain this command
-
particle:tldr:65ec8 particle: Display a list of devices.$ particle listtry on your machineexplain this command
-
particle:tldr:d7333 particle: Log in or create an account for the Particle CLI.$ particle setuptry on your machineexplain this command
-
particle:tldr:d9e02 particle: Create a new Particle project interactively.$ particle project createtry on your machineexplain this command