Glitch app is in progress, first support will be for AVR.
[goodfet] / firmware / include / glitch.h
1 /*! \file glitch.h
2   \author Travis Goodspeed
3   \brief Glitch handler functions.
4 */
5
6 #include <signal.h>
7 #include <io.h>
8 #include <iomacros.h>
9
10 //! Disable glitch state at init.
11 void glitchsetup();
12 //! Setup analog chain for glitching.
13 void glitchsetupdac();