Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a better install guide and links to the examples
  • Loading branch information
Jarboer authored May 6, 2024
1 parent 445310c commit fd7379f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@ An Ardiuno library that allows you to make virutal buttons. It is used to simula

## How to Install Library

... - Finish this lol
1. Download the code for the library. To do this click the green _Code_ button at the top of this page, and click _Download Zip_.
2. Install the Custom libraries by clicking _Sketch_ then _Include Library_ then _Add .Zip Library_. Select the zip you just downloaded.
3. Now the library should be installed.

## How to Use

See the examples:
* [ToggleSwitchExample](examples/ToggleSwitchExample) - Shows how to setup and use a virtal toggle switch.
* [VirtualDigitalReadExample](examples/VirtualDigitalReadExample)- Shows how to setup and use virtual digital read.

0 comments on commit fd7379f

Please sign in to comment.