Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 1.83 KB

README.md

File metadata and controls

82 lines (47 loc) · 1.83 KB

Yukon Micropython Board Examples

These are micropython examples for the Pimoroni Yukon Host Board.

Function Examples

Blink LED

blink_led.py

Blink one of Yukon's onboard LEDs.

Read Buttons

read_buttons.py

Read Yukon's onboard Buttons.

Read Slot

read_slot.py

Read the IO pins of a single Yukon slot.

Read Internals

read_internals.py

Read the internal sensors of Yukon.

Read Expansion

read_expansion.py

Read the IO pins on Yukon's expansion header.

Set Slot

set_slot.py

Initialise the IO pins on a Yukon slot as outputs and set them.

Set Expansion

set_expansion.py

Initialise the IO pins on Yukon's expansion header as outputs and set them.

Monitor Internals

monitor_internals.py

Use Yukon's monitoring function to read the internal sensors.

I2C Examples

BME280 via Expansion

i2c/bme280_via_expansion.py

Read a BME280 sensor attached to the Expansion header.

BME280 via QwST

i2c/bme280_via_qwst.py

Read a BME280 sensor attached to the QwST connectors or Breakout Garden header.