Skip to content

Instantly share code, notes, and snippets.

View yume-yu's full-sized avatar
🤔

まっつん yume-yu

🤔
View GitHub Profile

Keybase proof

I hereby claim:

  • I am yume-yu on github.
  • I am yume_yu (https://keybase.io/yume_yu) on keybase.
  • I have a public key whose fingerprint is 2947 4857 261E 301D B17E 2A38 223B AB8B 95E5 8197

To claim this, I am signing this object:

-- MySQL dump 10.13 Distrib 5.7.40, for Linux (x86_64)
--
-- Host: localhost Database: testlink
-- ------------------------------------------------------
-- Server version 5.7.40
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
@yume-yu
yume-yu / code.py
Created September 29, 2024 05:20
Picoで右クリックbotを作る
import usb_hid
from adafruit_hid.mouse import Mouse
import time
import board
import digitalio
# use GPIO15 as button
# connected as False / disconnected as True
btn1 = digitalio.DigitalInOut(board.GP16)