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.

  • Hello World – Print Hello World to the console over USB serial console
  • Blinky – Blink an LED forever using the GPIO API
  • Button – Demonstrate the use of GPIO input with interrupts
  • ADC – Demonstrate the use of the ADC driver API
  • PWM – Demonstrate the use of the PWM driver API
  • Shell – Demonstrate how to register custom commands into the Zephyr shell
  • USB HID Keyboard – Demonstrate the HID Keyboard implementation
  • USB HID Mouse – Demonstrate the HID Mouse implementation