-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update index.html Update index.html Update index.html Update index.html
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="viewport" | ||
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
|
||
<title>PestoLink-Online</title> | ||
<title>PestoLink-Basil</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
|
||
|
@@ -142,6 +142,15 @@ | |
|
||
<div id="info-container"> | ||
<p> | ||
<u>PestoLink Basil</u> | ||
<br> | ||
An all new version of PestoLink made by Kavin from team 5338 Roboloco! | ||
Featuring: | ||
<br> | ||
-Better keyboard controls that allow for use of all buttons(not just the first few) | ||
<br> | ||
-Dual Controller Support to emulate FRC better | ||
<br><br> | ||
<u>Embedded Platform Support</u> | ||
<br> <a href="https://github.com/AlfredoSystems/PestoLink-MicroPython">PestoLink</a> currently supports two embedded platforms, MicroPython and Arduino | ||
(designed for <a href="https://www.sparkfun.com/products/22230">RP2040 on XRP Kits</a> and <a href="https://www.alfredosys.com/products/alfredo-nou2/">ESP32</a> respectively). | ||
|
@@ -157,12 +166,12 @@ | |
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. | ||
|
||
<br><br> If you have any questions, feel free to reach out to me at [email protected]! | ||
<br><br> If you have any questions, feel free to reach out to me at [email protected]! | ||
</p> | ||
</div> | ||
|
||
<div id="hack-spacer"></div> | ||
<script src="index.js"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |