From c4d376b80f0b353f4ffde79e65a91706664aa7e9 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Fri, 12 Dec 2025 19:32:17 +0100 Subject: [PATCH] readme update --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e69de29..252a7fa 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,17 @@ +# Electronics scripts + +This repository aim to be a collection of useful scripts when working on small electronic projects. + +--- + +## voltage\_divider.py +#### input: +(will ask the input through CLI if ran directly) ++ a list of resistors values (floats) separated by commas or spaces. +*example: 10 50 47 100* ++ a desired ratio \(0 ≤ ratio ≤ 1\) for the voltage divider +*example: 0.4096* +#### output: +The 5 best resistor pairs (closest to the desired ratio). + +--- \ No newline at end of file