Skip to product information
1 of 3

Axiometa

Toggle Switch

Toggle Switch

SKU:AX22-0022

Regular price $3.49
Regular price Sale price $3.49
Sale Sold out
Taxes included. Shipping calculated at checkout.
This AX22-sized board mounts a rugged, aircraft-like SPDT toggle (the kind you see on avionics panels, complete with metal lever and positive detents) onto a tidy 22 × 22 mm PCB, with integrated debounce and pull-ups. Rated for tens of thousands of cycles, just drop it into any AX22 backplane and flip the switch—your code sees a rock-solid HIGH or LOW whether you’re in Arduino, MicroPython, or MicroBlocks.
View full details
  • Technical Details

    - 22 mm × 22 mm square
    - 4× ⌀2.7 mm Mounting Holes
    - 5 A @ 28 V DC / 2 A @ 250 V AC rating
    - On Board Debounce
    - 1.8 V, 3.3 V, 5.0 V
    - Arduino IDE Compatible
    - MicroPython Compatible
    - MicroBlocks Compatible

    Material Datasheet 
  • Pinout

  • Interface

  • Top

  • Bottom

Arduino Example Code

example.ino
const int togglePin = 15;

void setup() {
  Serial.begin(9600);
  pinMode(togglePin, OUTPUT);
}

void loop() {

  Serial.println(digitalRead(togglePin));

  delay(100);  // wait for a second
}
        
  • First time setup

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • Automatic Street Lights

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • How Does an LDR work ?

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.