# Breadsticks

- [Raspberry Breadstick](/breadstick/breadsticks/raspberry-breadstick.md): The fully featured Breadstick for your breadboard!  Brought to you by Breadstick Innovations.
- [Code Examples](/breadstick/breadsticks/raspberry-breadstick/code-examples.md)
- [Demo Code](/breadstick/breadsticks/raspberry-breadstick/code-examples/demo-code.md): This is the code that ships with the Raspberry Breadstick. It uses the gyroscope to change the LEDs when rotated about its z-axis.
- [POV Wand](/breadstick/breadsticks/raspberry-breadstick/code-examples/pov-wand.md): Use your Raspberry Breadstick as a POV (Persistance Of Vision) wand to draw images in the air using the LEDs!
- [Pride Flags POV Wand](/breadstick/breadsticks/raspberry-breadstick/code-examples/pride-flags-pov-wand.md): Pride Month is here! Wave a Pride flag and spread some love!
- [6-Axis IMU](/breadstick/breadsticks/raspberry-breadstick/code-examples/6-axis-imu.md): The LSM6DS integrates both a 3-Axis Accellerometer and a 3-Axis Gyroscope in its tiny 3mm x 2.5mm package!
- [RGB Blink](/breadstick/breadsticks/raspberry-breadstick/code-examples/rgb-blink.md): Uses the DotStar library to blink the SK9822 addressable RGB LEDs.
- [AsyncIO RGB Blink](/breadstick/breadsticks/raspberry-breadstick/code-examples/asyncio-rgb-blink.md): This time the leds are blinked without the busy delay of the time.sleep() method.
- [Digital Input](/breadstick/breadsticks/raspberry-breadstick/code-examples/digital-input.md)
- [Digital Output](/breadstick/breadsticks/raspberry-breadstick/code-examples/digital-output.md)
- [PWM](/breadstick/breadsticks/raspberry-breadstick/code-examples/pwm.md): Pulse Width Modulation - If you flip an LED on and off quickly enough, you can control the brightness!
- [ADC](/breadstick/breadsticks/raspberry-breadstick/code-examples/adc.md): Analog to Digital Conversion - Read a voltage and convert it to a number!
- [Servo Motor](/breadstick/breadsticks/raspberry-breadstick/code-examples/servo-motor.md)
- [Raspberry Breadstick Lite](/breadstick/breadsticks/raspberry-breadstick-lite.md): The same Raspberry Breadstick, but without the LEDs and IMU.
- [Support Boards](/breadstick/breadsticks/support-boards.md)
- [I2C Devices](/breadstick/breadsticks/support-boards/i2c-devices.md)
- [I2C Bus Rail Adapter](/breadstick/breadsticks/support-boards/i2c-devices/i2c-bus-rail-adapter.md): Turn your bus rails into a convenient I2C interface for Croutons and other devices.
- [Weather Crouton](/breadstick/breadsticks/support-boards/i2c-devices/weather-crouton.md): BME280 Temperature, Humidity, & Pressure Sensor
- [Brightness Crouton](/breadstick/breadsticks/support-boards/i2c-devices/brightness-crouton.md): BH1750 16-bit Ambient Light Sensor
- [Distance Crouton](/breadstick/breadsticks/support-boards/i2c-devices/distance-crouton.md): VL53L4CD Time-of-Flight High Accuracy Proximity Sensor (0-1300mm)
- [Motion Crouton](/breadstick/breadsticks/support-boards/i2c-devices/motion-crouton.md): LSM6DS 6-Axis IMU (3-Axis Accelerometer + 3-Axis Gyroscope)
- [I2S Devices](/breadstick/breadsticks/support-boards/i2s-devices.md)
- [Boombox](/breadstick/breadsticks/support-boards/i2s-devices/boombox.md): MAX98357 3W I2S Audio Amplifier
- [SPI Devices](/breadstick/breadsticks/support-boards/spi-devices.md)
- [Buttons/Switches](/breadstick/breadsticks/support-boards/buttons-switches.md)
- [Learning Resources](/breadstick/breadsticks/learning-resources.md): A compilation of useful links to online materials.
- [Troubleshooting](/breadstick/breadsticks/troubleshooting.md)
