Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 867 Bytes

File metadata and controls

37 lines (25 loc) · 867 Bytes

sddsParticle

Lifecycle: experimental

The goal of sddsParticle is to provide a web GUI to interact with SDDS microcontrollers running with particleSpike on particle devices.

Installation

You can install the development version of sddsParticle from GitHub with:

# install.packages("pak")
pak::pak("KopfLab/sddsParticle")

Example

library(sddsParticle)

# run once to safely store your particle token in your OS keychain
particle_store_token()

# now run the GUI
sdds_run_gui()