-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bios communicator library to support string inputs
- Loading branch information
1 parent
a7b1c3a
commit 5a39e39
Showing
8 changed files
with
109 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
TouchDcsTest/TranslatorTests/Keys/ButtonTranslatorKeys.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
namespace TouchDcsTest.TranslatorTests.Keys | ||
namespace TouchDcsTest.TranslatorTests.Keys; | ||
|
||
public static class ButtonTranslatorKeys | ||
{ | ||
public static class ButtonTranslatorKeys | ||
{ | ||
public const string SetStateButton = "SetStateButton"; | ||
public const string FixedStepRotary = "FixedStepRotary"; | ||
public const string SetStateRotary = "SetStateRotary"; | ||
public const string FixedStepSetStateRotary = "FixedStepSetStateRotary"; | ||
public const string VariableStepRotary = "VariableStepRotary"; | ||
} | ||
} | ||
public const string SetStateButton = "SetStateButton"; | ||
public const string FixedStepRotary = "FixedStepRotary"; | ||
public const string SetStateRotary = "SetStateRotary"; | ||
public const string FixedStepSetStateRotary = "FixedStepSetStateRotary"; | ||
public const string VariableStepRotary = "VariableStepRotary"; | ||
public const string SetStringInput = "SetStringInput"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters