diff --git a/apps/nextjs-app/app/docs/microflow-studio/nodes/potentiometer/page.md b/apps/nextjs-app/app/docs/microflow-studio/nodes/potentiometer/page.md index daf7325..4ac52bb 100644 --- a/apps/nextjs-app/app/docs/microflow-studio/nodes/potentiometer/page.md +++ b/apps/nextjs-app/app/docs/microflow-studio/nodes/potentiometer/page.md @@ -13,6 +13,11 @@ A potentiometer can, for example, be used to control the brightness of an LED, t {% iframe src="https://www.tinkercad.com/embed/bCbhLt2jFXh" /%} +## 2 channel sliding potentiometer +Some sliding potentiometers have two channels. This means that the potentiometer has two separate resistive tracks. This can be useful when you want to control two separate devices with one potentiometer. + +![2 channel linear slider](/images/linear-slider.svg) + ## Resources - [Johnny-Five](https://johnny-five.io/api/sensor/) diff --git a/apps/nextjs-app/public/images/linear-slider.svg b/apps/nextjs-app/public/images/linear-slider.svg new file mode 100644 index 0000000..6b3c958 --- /dev/null +++ b/apps/nextjs-app/public/images/linear-slider.svg @@ -0,0 +1,10 @@ + + + + + + + + GND5vGND5voutput 1output 2 \ No newline at end of file