Initial code for USB cable detection
- Currently actual detection commented out due to issues
This commit is contained in:
parent
762e75d875
commit
9e3d3aaca4
11 changed files with 62 additions and 28 deletions
|
@ -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
|
||||
|
@ -76,6 +76,8 @@ extern uint8_t USBKeys_Idle_Count;
|
|||
|
||||
extern USBKeyChangeState USBKeys_Changed;
|
||||
|
||||
extern uint8_t Output_Available; // 0 - Output module not fully functional, 1 - Output module working
|
||||
|
||||
|
||||
|
||||
// ----- Capabilities -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue