├── alm014.png ├── firmware ├── Makefile ├── flash.sh ├── main.c ├── uu.c └── uu.h ├── panel └── fizzle-panel.pdf ├── readme.org └── schematics ├── FZ-FILTER.brd ├── FZ-FILTER.sch └── alm014-BOM.pdf /alm014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/alm014.png -------------------------------------------------------------------------------- /firmware/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/firmware/Makefile -------------------------------------------------------------------------------- /firmware/flash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/firmware/flash.sh -------------------------------------------------------------------------------- /firmware/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/firmware/main.c -------------------------------------------------------------------------------- /firmware/uu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/firmware/uu.c -------------------------------------------------------------------------------- /firmware/uu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/firmware/uu.h -------------------------------------------------------------------------------- /panel/fizzle-panel.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/panel/fizzle-panel.pdf -------------------------------------------------------------------------------- /readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/readme.org -------------------------------------------------------------------------------- /schematics/FZ-FILTER.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/schematics/FZ-FILTER.brd -------------------------------------------------------------------------------- /schematics/FZ-FILTER.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/schematics/FZ-FILTER.sch -------------------------------------------------------------------------------- /schematics/alm014-BOM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/busycircuits/alm014-fizzle-guts/HEAD/schematics/alm014-BOM.pdf --------------------------------------------------------------------------------