~toykeeper/flashlight-firmware/fsm

153.1.1 by Selene Scriven
Added attiny25-compatible build and flash scripts.
1
#!/bin/bash
2
188.1.33 by Selene Scriven
Reduced duplication across build scripts, replaced per-MCU scripts with a tiny wrapper for the main script.
3
BASEDIR=$(dirname "$0")
4
$BASEDIR/build.sh 25 $*