Add files via upload

This commit is contained in:
midelic
2017-12-01 04:35:35 +02:00
committed by GitHub
parent f57d436640
commit b24564ffe9
37 changed files with 3834 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
@echo off
echo Installing Maple DFU driver...
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0003 --type 1 --name "Maple DFU" --dest "%~dp0maple-dfu"
echo.
echo Installing Maple Serial driver...
"%~dp0wdi-simple" --vid 0x1EAF --pid 0x0004 --type 3 --name "Maple Serial" --dest "%~dp0maple-serial"
echo.
pause

Binary file not shown.