Skip to content

Instantly share code, notes, and snippets.

@ysun
ysun / config-deb.json
Created August 7, 2019 02:19 — forked from lyshie/config-deb-i386.json
Scratch Desktop (Scratch 3.0 Offline Editor) on GNU/Linux
{
"src": "/tmp/scratch-desktop/",
"dest": "/tmp/",
"arch": "amd64",
"icon": "/tmp/scratch-desktop/resources/Icon.png",
"categories": [
"Education"
]
}
@ysun
ysun / pwm.py
Created October 23, 2015 00:43 — forked from navin-bhaskar/pwm.py
PWM example on Intel Galileo/Edison
#!/usr/bin/python
import mraa
import time
PWM_PIN = 5
pwm = mraa.Pwm(PWM_PIN)
"""