mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Basic scaffold of VC driver.
This commit is contained in:
parent
682c21f37c
commit
2180521004
8 changed files with 67 additions and 49 deletions
|
|
@ -139,6 +139,10 @@ namespace PepperDash.Essentials
|
|||
/// 1234
|
||||
/// </summary>
|
||||
public const uint VCStagingConnectPress = 1234;
|
||||
/// <summary>
|
||||
/// 1235
|
||||
/// </summary>
|
||||
public const uint VCStagingCameraPress = 1235;
|
||||
|
||||
//******************************************************
|
||||
// Keyboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue