Skip to content

Files

Latest commit

author
Matt Atkinson
Aug 15, 2016
2f8b116 · Aug 15, 2016

History

History
16 lines (10 loc) · 794 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 794 Bytes

ci40gpio

A Python3 example showing an LED flashing on a breadboard using the Raspberry Pi connector GPIO. This makes use of pyletmecreate (https://github.com/francois-berder/PyLetMeCreate).

By default it uses MFIO_83 (PIN 37 - See linked pinmap below), but can be configured by changing the GPIO_NUM variable.

https://docs.creatordev.io/ci40/guides/hardware/#primary-expansion-header-pinmap

Usage

  1. Connect an LED on a breadboard as normal with MFIO_83 (or your choson GPIO) connected to the longer pin and the shorter pin connected to ground via a resistor.
  2. Install pyletmecreate on Ci40 (https://github.com/francois-berder/PyLetMeCreate)
  3. Install Python3 on Ci40 (opkg install python3)
  4. Put the gpio_toggle.py script from this repo on the board
  5. 'python3 gpio_toggle.py'