Skip to content

Commit

Permalink
this won't show up in the ui until next release
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 21, 2025
1 parent 03ed7ce commit c753e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This plugin is also available on the Pioreactor web interface, in the _Plugins_
Type into your command line:

```
pio calibrations --device-name led_C --protocol-name led_calibration
pio calibrations --device-name led_D --protocol-name led_calibration
pio calibrations run --device led_C --protocol-name led_calibration
pio calibrations run --device led_D --protocol-name led_calibration
```

To perform this calibration, insert your vial containing media into the Pioreactor and submerge your light probe. Follow the prompts on the command line. The plugin will increase the light intensity, and prompt you to record the readings from your light probe. A calibration line of best fit will be generated based on your light probe readings.
Expand Down
1 change: 1 addition & 0 deletions led_calibration_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
from led_calibration_plugin.calibrated_light_dark_cycle import (
CalibratedLightDarkCycle,
) # noqa: F401
from led_calibration_plugin.led_calibration import *

0 comments on commit c753e69

Please sign in to comment.