Basic Examples ============== .. toctree:: :maxdepth: 1 1-digital_output/index 2-digital_input/index 3-analog_output/index 4-analog_input/index 5-serial_data_bus_i2c/index 6-serial_data_bus_spi/index 7-dotstar_led_strips/index 8-webserver/index 9-mqtt/index additional_examples/index .. +-----------------------------------+-----------------------------------+ | **Digital Output** | **Digital Input** | +-----------------------------------+-----------------------------------+ | `11-led_blink.py`_ | `21-push_button.py`_ | +-----------------------------------+-----------------------------------+ | | `22-push_button_with_irq.py`_ | +-----------------------------------+-----------------------------------+ | `23-push_button_with_irq_led_toggle.py`_ | +-----------------------------------+-----------------------------------+ | **Analog Output** | **Analog Input** | +-----------------------------------+-----------------------------------+ | `31-led_fade.py`_ | 41-potentiometer.py | +-----------------------------------+-----------------------------------+ | `32-rgb_led_set_hex_value.py`_ | 42-potentiometer_rgb_led_fade.py | +-----------------------------------+-----------------------------------+ | `33-rgb_led_color_cycle.py`_ | 43-potentiometer_rgb_led_color.py | +-----------------------------------+-----------------------------------+ | `34-rc_servo_swivel.py`_ | 44-potentiometer_rc_servo.py | +-----------------------------------+-----------------------------------+ | **Serial Data Bus** I2C | +-----------------------------------+-----------------------------------+ | 51-7_segment_display_counter.py | +-----------------------------------+-----------------------------------+ | 52-7_segment_display_time.py | +-----------------------------------+-----------------------------------+ | **Serial Data Bus** SPI | +-----------------------------------+-----------------------------------+ | `61-128x64_oled_hello_world.py`_ | +-----------------------------------+-----------------------------------+ | `62-128x64_oled_time_and_date.py`_ | +-----------------------------------+-----------------------------------+ | `63-128x64_oled_analogue_clock.py`_ | +-----------------------------------+-----------------------------------+ .. _01-onboard_led_blink.py: 0-no_external_components/index.html#onboard-led-blink-py .. _11-led_blink.py: 1-digital_output/index.html#led-blink-py .. _21-push_button.py: 2-digital_input/index.html#push-button-py .. _22-push_button_with_irq.py: 2-digital_input/index.html#push-button-with-irq-py .. _23-push_button_with_irq_led_toggle.py: 2-digital_input/index.html#push-button-with-irq-led-toggle .. _31-led_fade.py: 3-analog_output/index.html#led-fade-py .. _32-rgb_led_set_hex_value.py: 3-analog_output/index.html#rgb-led-set-hex-value-py .. _33-rgb_led_color_cycle.py: 3-analog_output/index.html#rgb-led-color-cycle-py .. _34-rc_servo_swivel.py: 3-analog_output/index.html#rc-servo-swivel-py .. _61-128x64_oled_hello_world.py: 6-serial_data_bus_spi/index.html#x64-oled-hello-world-py .. _62-128x64_oled_time_and_date.py: 6-serial_data_bus_spi/index.html#x64-oled_time-and-date-py .. _63-128x64_oled_analogue_clock.py: 6-serial_data_bus_spi/index.html#x64-oled-analogue-clock-py