Skip to content

Commit

Permalink
Remove pointless anchor tags from readme
Browse files Browse the repository at this point in the history
The Markdown heading tags will automatically generate anchor tags.
  • Loading branch information
per1234 committed Jan 19, 2019
1 parent eb02368 commit 801f577
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -3,7 +3,6 @@ MouseTo
Library for [Arduino](https://arduino.cc) Leonardo/Micro/Pro Micro for moving the mouse pointer to absolute screen coordinates.


<a id="installation"></a>
#### Installation
- Download the most recent version of MouseTo here: https://github.com/per1234/MouseTo/archive/master.zip
- Using Arduino IDE 1.0.x:
Expand All @@ -15,7 +14,6 @@ Library for [Arduino](https://arduino.cc) Leonardo/Micro/Pro Micro for moving th
- Upload to device


<a id="usage"></a>
#### Usage
See the example sketches at **File > Examples > MouseTo** for demonstration of library usage.

Expand Down Expand Up @@ -88,7 +86,6 @@ Re-home the mouse before continuing to the target coordinates. This is useful fo
- Returns: none


<a id="process"></a>
#### `MouseTo.move()` Process
- Each call of `MouseTo.move()` moves the pointer up to the maximum jump distance(set by `MouseTo.setMaxJump()`) in the x and y axes.
- Home mouse pointer to (0, 0).
Expand All @@ -107,7 +104,6 @@ For calibration and usage, it is helpful to have a program that displays the cur
- Set **Pointer location** to on.


<a id="alternatives"></a>
#### Alternatives
- https://github.com/NicoHood/HID/blob/master/examples/Mouse/AbsoluteMouse/AbsoluteMouse.ino
- https://github.com/nospam2000/Arduino/commit/7b77d1e84d7b80819f049e5fd6e7bafa0d06521f#diff-0dd97502971c8a55546092b93abd32caR349
Expand Down

0 comments on commit 801f577

Please sign in to comment.