Update README.md
This commit is contained in:
parent
6aa7513d24
commit
dd30b33625
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ Cherry MX breakout board for Arduino, RaspberryPi and other boards.
|
|||
|
||||
Order here: https://oshpark.com/shared_projects/PogDjaIS
|
||||
|
||||
|
||||
Arduino Sample
|
||||
==============
|
||||
|
||||
```arduino
|
||||
const int buttonPin = 10;
|
||||
const int ledPin = 11;
|
||||
|
|
Loading…
Reference in a new issue