From bc5b080a68e18edf96bfa1d332129523537ec476 Mon Sep 17 00:00:00 2001 From: Gian Luigi Somma <36917983+orion434@users.noreply.github.com> Date: Thu, 14 Nov 2019 13:18:40 +0000 Subject: [PATCH] Fix heading syntax typo in the Readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf27bda..add0678 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Badger The makespace badge printing machine -##Hardware +## Hardware The tag hardware is from ib technology: @@ -15,13 +15,13 @@ Tag module: http://www.ibtechnology.co.uk/products/hitag2-product.htm It seems The printer is a Dymo Label 450 -###Addition if you want to do the buttons +### Addition if you want to do the buttons The Badger uses the DSR# pin of the USB - Serial chip (FT232RL) as an input for the buttons. If you just want a single button (for editing label, for example), you can connect it directly to that pin (Pin 9), with the other side of the button connected to 0V. If you want to have two buttons, you need a multiplexer. Pin 2 (DTR#) drives the selection. See the "BadgerMux - Schematic.pdf" for a sketch of a circuit which works. -##Software +## Software you'll need...