digispark-projects icon indicating copy to clipboard operation
digispark-projects copied to clipboard

A collection of small projects for the Digispark

Digispark Projects

Various code for the Digispark

  • Blink - a simple blinking LED example, start here
  • USB - a basic USB device that flips the LED based on USB interrupts
  • Keyboard - a USB HID keyboard example, LED toggled via Caps Lock key

Prerequisites

Udev Rules

$ sudo cp 49-digispark.rules /etc/udev/rules.d/
$ sudo udevadm control --reload-rules

Usage

$ cd blink
$ make clean && make
$ micronucleus blink.hex

License

GPLv3