diff Output/pjrcUSB/output_com.h @ 275:d5bf41d7f7ef

Initial code for USB cable detection - Currently actual detection commented out due to issues
author Jacob Alexander <haata@kiibohd.com>
date Mon, 09 Feb 2015 13:21:23 -0800
parents 2e098cf8f71d
children 1495b4504a59
line wrap: on
line diff
--- a/Output/pjrcUSB/output_com.h	Mon Feb 09 13:15:25 2015 -0800
+++ b/Output/pjrcUSB/output_com.h	Mon Feb 09 13:21:23 2015 -0800
@@ -1,4 +1,4 @@
-/* Copyright (C) 2013-2014 by Jacob Alexander
+/* Copyright (C) 2013-2015 by Jacob Alexander
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -79,6 +79,8 @@
 
 extern USBKeyChangeState USBKeys_Changed;
 
+extern          uint8_t  Output_Available; // 0 - Output module not fully functional, 1 - Output module working
+
 
 
 // ----- Capabilities -----