From 7ec059142f0c3200fd34e4b0031c9747c6d12920 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Sun, 23 Feb 2020 10:01:28 +0000 Subject: [PATCH] Updated readme. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d8fded4..ac8496c 100644 --- a/readme.md +++ b/readme.md @@ -1760,6 +1760,7 @@ PCBs and perfboard with optional components. The shape can be a rectangle with o | Module | Description | |:--- |:--- | | ```barrel_jack(cutout = false)``` | Draw barrel power jack | +| ```buzzer(height, diameter, colour)``` | Draw PCB buzzer with specified height, diameter and color | | ```chip(length, width, thickness, colour, cutout = false)``` | Draw a coloured cube to represent a chip, or other rectangular component | | ```flat_flex(cutout = false)``` | Draw flat flexistrip connector as used on RPI0 | | ```flex(cutout = false)``` | Draw flexistrip connector |