Added a GLITCHTIME verb (0x82) for timing the execution of a verb.
[goodfet] / firmware / include / glitch.h
index 7576c7e..16ccea8 100644 (file)
 //Command codes
 #define GLITCHAPP      0x80
 #define GLITCHVERB     0x81
+#define GLITCHTIME     0x82
 #define GLITCHVOLTAGES 0x90
 #define GLITCHRATE     0x91
 
+
 //! Setup glitching.
 void glitchsetup();
 //! Setup analog chain for glitching.