potentiostat icon indicating copy to clipboard operation
potentiostat copied to clipboard

Rodeostat design files, software and firmware

Results 16 potentiostat issues
Sort by recently updated
recently updated
newest added

Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [serialport](https://github.com/serialport/node-serialport). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...

dependencies

Bumps [ms](https://github.com/vercel/ms) to 2.1.2 and updates ancestor dependency [serialport](https://github.com/serialport/node-serialport). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.2 Release notes Sourced from ms's releases. 2.1.2 Patches...

dependencies

Removes [hawk](https://github.com/mozilla/hawk). It's no longer used after updating ancestor dependency [serialport](https://github.com/serialport/node-serialport). These dependencies need to be updated together. Removes `hawk` Updates `serialport` from 4.0.7 to 10.5.0 Release notes Sourced from...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 6.1.0. Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data (#762) 3be227a https://github.com/fb55/css-what/compare/v6.0.1...v6.1.0 v6.0.1 Fix parsing column combinators after tag names...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.7.8 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

The code I would like to run is this: ``` from potentiostat import Potentiostat pstat = Potentiostat('COM5') t1 = 10000 v1 = 0.3 t2 = 10000 v2 = -1.4 cond_params...