feat: run joycon.net sample
This commit is contained in:
parent
0c6f5efe0c
commit
c2cecd9b3c
4 changed files with 216 additions and 4 deletions
17
Program.cs
17
Program.cs
|
@ -1,7 +1,16 @@
|
|||
namespace SwitchSlidePresenter;
|
||||
using HidSharp;
|
||||
using System.Text;
|
||||
using wtf.cluster.JoyCon;
|
||||
using wtf.cluster.JoyCon.Calibration;
|
||||
using wtf.cluster.JoyCon.ExtraData;
|
||||
using wtf.cluster.JoyCon.HomeLed;
|
||||
using wtf.cluster.JoyCon.InputReports;
|
||||
using wtf.cluster.JoyCon.Rumble;
|
||||
|
||||
class Program {
|
||||
static void Main(string[] args) {
|
||||
Console.WriteLine("Hello, World!");
|
||||
namespace SwitchSlidePresenter {
|
||||
class Program {
|
||||
static async Task Main(string[] args) {
|
||||
await Tutorial.Execute();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue