From b1f1b25f6f1b40505af87bd6c7eaab918b9adda3 Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 29 Dec 2024 20:21:49 +0100 Subject: [PATCH] docs: added linear slider in docs --- .../docs/microflow-studio/nodes/potentiometer/page.md | 5 +++++ apps/nextjs-app/public/images/linear-slider.svg | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 apps/nextjs-app/public/images/linear-slider.svg 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