Skip to content

Samples

We think the best way to learn is by doing. A set of samples are provided in the imxrt1011-nanokit repository.

  • Blinky – Blink an LED forever using the digitalio module
  • Button – Demonstrate the use of GPIO input using the digitalio module
  • ADC – Demonstrate the use of the analogio module
  • CPU Temperature – Demonstrate the use of the on-chip Temperature sensor
  • PWM – Demonstrate the use of the pwmio module
  • USB HID Keyboard – Demonstrate the HID Keyboard implementation
  • USB HID Mouse – Demonstrate the HID Mouse implementation