feat: simplified tutorial to suit my needs

This commit is contained in:
Gerard Gascón 2024-06-06 17:36:11 +02:00
parent c2cecd9b3c
commit 4909f82bb2
4 changed files with 119 additions and 185 deletions

View file

@ -10,7 +10,7 @@ using wtf.cluster.JoyCon.Rumble;
namespace SwitchSlidePresenter {
class Program {
static async Task Main(string[] args) {
await Tutorial.Execute();
await JoyConRead.Read();
}
}
}