From 691c615d50718e40d2c6f9cd84943cf33bc44835 Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Wed, 8 Jul 2020 18:10:39 +0200 Subject: [PATCH] Add n to BOM --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2274149..f8f28e3 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ A basic buffered Crossfader chicklet. ## BOM -| Refdes. | MPN | optional | -| ---------- | -------- | --------------- | -| R1, R2, R3, R4, R5 | 0805 10k | same value as Pots | -| R6 | 0805 100R | can be bridged with solder | -| C1, C2 | 0603 220pF | anything between 100pF and 470pF should work | -| C3, C4 | 0603 100nF | | -| FADE, LEVEL | Potentiometer | you may omit LEVEL, see silkscreen | -| U1 | SOIC-8 Dual Opamp | | \ No newline at end of file +| n | Refdes. | MPN | optional | +| --- | ---------- | -------- | --------------- | +| 5 | R1, R2, R3, R4, R5 | 0805 10k | same value as Pots | +| 1 | R6 | 0805 100R | can be bridged with solder | +| 2 | C1, C2 | 0603 220pF | anything between 100pF and 470pF should work | +| 2 | C3, C4 | 0603 100nF | | +| 2 | FADE, LEVEL | Potentiometer (9mm) | you may omit LEVEL, see silkscreen | +| 1 | U1 | SOIC-8 Dual Opamp | | \ No newline at end of file -- GitLab