Skip to content

Instantly share code, notes, and snippets.

View danybony's full-sized avatar

Daniele Bonaldo danybony

View GitHub Profile
@danybony
danybony / mouse-jiggler.ino
Created February 10, 2023 12:28
DigiMouse Arduino jiggler
#define SIZE 40
#define SPEED 30
#include <DigiMouse.h>
void setup(){
DigiMouse.begin();
}
void loop() {
DigiMouse.update();
@danybony
danybony / mouse-jiggler-with-timeout.ino
Created December 13, 2023 23:33
DigiMouse Arduino jiggler with timeout
#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
@danybony
danybony / compliments.json
Last active May 29, 2025 11:27 — forked from ryck/compliments.json
MagicMirror compliments file
{
"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",