Translation missing: en.general.accessibility.skip_to_content

Squid Button Twin Pack

SKU 3417
1 review
Sold out
£8.34 inc VAT
£6.95 ex VAT

The Button Twin Pack consists of a Raspberry Leaf GPIO template and two momentary action push switches with trailing leads that end in female header sockets that will fit over GPIO pins on a Raspberry Pi, Node MCU or Particle Photon.

To reduce the chance of accidental short-circuits when using the Button, each Button has a built-in 470Ω resistor that does not affect the switching action when connected to a GPIO input but does mean that if the switch is accidentally connected across power connections your Raspberry Pi will not come to any harm.

Please Note:

  • Switch and lead colours may vary

Squid library

1) Start by putting a Raspberry Leaf GPIO template supplied over the GPIO connector like this:

Squid Button Twin Pack

2) Attach the button as shown below, with one lead connected to GND and the other to GPIO25. If you don’t have a Leaf, count along the pins to find the right position.

Squid Button Twin Pack

3) Now you can try out the Button using a little Python program. So, open an LX Terminal window and then run the command below (no need to type the $ sign):

Squid Button Twin Pack

When the editor has opened, paste the following code into it:

Squid Button Twin Pack

Save the file by pressing CTRL-x and then Y and ENTER to confirm.

You can now run the program using the command:

$ python input.py

Now, every time you press the button, you will see the message “Button Pressed”.