From 6059c5f5569a9fc2ba08e448bbf90328fb985ed3 Mon Sep 17 00:00:00 2001 From: ChemicalXandco <32775248+ChemicalXandco@users.noreply.github.com> Date: Mon, 29 Aug 2022 11:04:17 +0100 Subject: [PATCH] add L9110S 2-Channel motor driver module --- vitamins/pcbs.scad | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vitamins/pcbs.scad b/vitamins/pcbs.scad index 3f6eb46..bf50a88 100644 --- a/vitamins/pcbs.scad +++ b/vitamins/pcbs.scad @@ -908,9 +908,19 @@ KY_040 = ["KY_040", "KY-040 rotart encoder breakout", ], []]; +L9110S = ["L9110S", "L9110S 2-Channel motor driver module", 29.2, 23, 1.6, 0, 3, 0, "#2140BE", false, [[10.7, 2.3], [10.7, -2.3], [-5.3, 2.3], [-5.3, -2.3] ], + [ + [ -1.3, 11.5, 0, "2p54header", 1, 6], + [ 16, 9.5 , 0, "smd_led", LED0805, "red"], + for(i = [-1, 1]) [ 4, 5.5*i, 180, "gterm508", 2], + for(i = [-1, 1]) [ -11.3, 3*i, 0, "chip", 3.8, 5, 1.1, grey(15) ] + ], + []]; + + tiny_pcbs = [XIAO, MP1584EN, TP4056, ESP_01, LIPO_fuel_gauge]; -pcbs = [RAMPSEndstop, KY_040, MT3608, ZC_A0591, ArduinoNano, RPI_Pico, ESP32_DOIT_V1, RPI0, EnviroPlus, ArduinoUno3, ArduinoLeonardo, WD2002SJ, RPI3, RPI4, BTT_RELAY_V1_2, BTT_SKR_MINI_E3_V2_0, BTT_SKR_E3_TURBO, BTT_SKR_V1_4_TURBO, DuetE, Duex5]; +pcbs = [RAMPSEndstop, KY_040, L9110S, MT3608, ZC_A0591, ArduinoNano, RPI_Pico, ESP32_DOIT_V1, RPI0, EnviroPlus, ArduinoUno3, ArduinoLeonardo, WD2002SJ, RPI3, RPI4, BTT_RELAY_V1_2, BTT_SKR_MINI_E3_V2_0, BTT_SKR_E3_TURBO, BTT_SKR_V1_4_TURBO, DuetE, Duex5]; pcbs_not_shown = [Melzi, Duex2, PSU12V1A, Keyes5p1, PI_IO, ExtruderPCB];