diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b017ff2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hintrc \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..955cc0b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "msedge", + "request": "launch", + "name": "Launch Edge against localhost", + "url": "http://localhost:8000", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index e93dc66..3a75208 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -
+ PestoLink Basil
+
+ An all new version of PestoLink made by Kavin from team 5338 Roboloco!
+ Featuring:
+
+ -Better keyboard controls that allow for use of all buttons(not just the first few)
+
+ -Dual Controller Support to emulate FRC better
+
Embedded Platform Support
PestoLink currently supports two embedded platforms, MicroPython and Arduino
(designed for RP2040 on XRP Kits and ESP32 respectively).
@@ -112,10 +163,10 @@
What does "Override axes with WASD" do?
By default, keyboard data is sent seperatly from axis/button data. If you would like to drive your robot using your keyboard,
- you can enable this switch to override the axis/button data with keyboard input. 'WASD' wil override Axis 0 and 1, 'IJKL' will override Axis 2 and 3.
- 'ZXCVBNM,' will overide buttons 0 through 7.
+ you can enable this switch to override the axis/button data with keyboard input. 'WASD' will override Axis 0 and Axis 1. 'IJKL' will override Axis 2 and Axis 3.
+ 'QERTYUOPZXCVBNM,' will override the number buttons. Currently, a way to change button maps is in progress.
-
If you have any questions, feel free to reach out! (jrw4561@gmail.com)
+
If you have any questions, feel free to reach out to me at 921563@lcps.org!