diff --git a/src/markdown/enes100library.md b/src/markdown/enes100library.md deleted file mode 100644 index e69de29..0000000 diff --git a/src/markdown/tankguide.md b/src/markdown/tankguide.md deleted file mode 100644 index e69de29..0000000 diff --git a/src/markdown/tanklibrary.md b/src/markdown/tanklibrary.md deleted file mode 100644 index e69de29..0000000 diff --git a/src/routes/documentation/tank/+page.svelte b/src/routes/documentation/tank/+page.svelte index 58bc6ad..fbf6fa7 100644 --- a/src/routes/documentation/tank/+page.svelte +++ b/src/routes/documentation/tank/+page.svelte @@ -22,7 +22,7 @@ As the name suggests, the Tanks serve two purposes in ENES100: The Tank Arduino library is used to control both the simulator Tanks and the physical Tanks. Using the library, you can control the Tank's motors and pull data from it's sensors. ## Download and Installation -### Click to Download +### Click to Download To download this library, click the above link. Make sure the file is unzipped and move it to the arduino libraries folder (Documents->Arduino->libraries). You must have Arduino IDE version 1.5.0 or above. The most current version of Arduino IDE can be downloaded from the [Arduino website](https://www.arduino.cc/en/Main/Software). * If this does not work, you can extract the library inside the Arduino IDE (Sketch->Include Library->Add .ZIP Library...).