diff Output/pjrcUSB/output_com.h @ 285:1495b4504a59

Adding outputDebug command - Displays all of the bytes sent via USB - Different display mode for NKRO and Boot modes
author Jacob Alexander <haata@kiibohd.com>
date Sat, 21 Feb 2015 13:06:28 -0800
parents d5bf41d7f7ef
children cc09f7e858bf
line wrap: on
line diff
--- a/Output/pjrcUSB/output_com.h	Fri Feb 20 21:01:33 2015 -0800
+++ b/Output/pjrcUSB/output_com.h	Sat Feb 21 13:06:28 2015 -0800
@@ -81,6 +81,8 @@
 
 extern          uint8_t  Output_Available; // 0 - Output module not fully functional, 1 - Output module working
 
+extern          uint8_t  Output_DebugMode; // 0 - Debug disabled, 1 - Debug enabled
+
 
 
 // ----- Capabilities -----