We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Flashing firmware to the 40 channel high voltage switching boards (markdown)
Updated Home (markdown)
Created Flashing firmware to the 40-channel high-voltage switching boards (markdown)
Updated FAQ (markdown)
Updated UserGuide (markdown)
Created FAQ (markdown)
Add link to chip product on Sci-Bots online store
Updated DropBot DB3 120 chips (markdown)
Updated Troubleshooting (markdown)
Update TOC
fix(user-guide): update actuation param screenshot Prior to this commit, the case was mangled (see sci-bots/microdrop#259) in the screenshots of the voltage and frequency actuation parameters. In this commit, update the electrode controller actuation parameter screenshots to fix the case to match `microdrop@2.28.2`.
fix(user-guide): update repeat duration screenshot Update route repeat duration screenshot to match `microdrop.droplet-planning-plugin@2.5.2`.
chore(toc): use mzlogin/vim-markdown-toc for TOC Prior to this commit, the table of contents (TOC) for the User Guide was generated using the `doctoc` tool. However, this required `nodejs` to be installed _and_ required manual updating every time a section was added or removed. In this commit, switch to using [the `mzlogin/vim-markdown-toc` vim plugin][1] to generate the TOC. This has the advantage of not requiring `nodejs`, and also updates the TOC every time the file is written. Note, however, that vim must be installed along with the [`mzlogin/vim-markdown-toc` plugin][1]. [1]: https://github.com/mzlogin/vim-markdown-toc