This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define SIZE 40 | |
#define SPEED 30 | |
#include <DigiMouse.h> | |
void setup(){ | |
DigiMouse.begin(); | |
} | |
void loop() { | |
DigiMouse.update(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define SIZE 40 | |
#define SPEED 30 | |
#include <DigiMouse.h> | |
const int inputPin = 2; | |
int buttonState; | |
int lastButtonState = LOW; | |
unsigned long lastDebounceTime = 0; // the last time the output pin was toggled | |
unsigned long debounceDelay = 50; // the debounce time; increase if the output flickers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"anytime" : [ | |
"Ehi, sei sexy!", | |
"Spero che la tua giornata sia bella come il tuo viso!", | |
"Ti sei allenato ultimamente?", | |
"Sono fortunato ad essere il tuo specchio!", | |
"La Forza è potente in te", | |
"Se potessi darti un cinque... lo farei!", | |
"Su una scala da 1 a 10, sei un 15!", | |
"Essere fantastici è difficile, ma tu ce la farai", |
OlderNewer