Skip to content

Commit

Permalink
Add link in code to library, as recommended in https://www.sparkfun.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
ncmreynolds committed Nov 10, 2021
1 parent 09c29f4 commit 2c1efad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic/basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

#include <Wire.h>
#include <pimoroniTrackball.h>
#include <pimoroniTrackball.h> //From https://github.com/ncmreynolds/pimoroniTrackball

void setup() {
// put your setup code here, to run once:
Expand Down
2 changes: 1 addition & 1 deletion examples/leonardoMouse/leonardoMouse.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include <Wire.h>
#include "Mouse.h"
#include <pimoroniTrackball.h>
#include <pimoroniTrackball.h> //From https://github.com/ncmreynolds/pimoroniTrackball

uint8_t mouseSpeed = 5; //Change this to alter the mouse speed
int16_t x = 0;
Expand Down

0 comments on commit 2c1efad

Please sign in to comment.