Skip to content

Instantly share code, notes, and snippets.

View zhouziqunzzq's full-sized avatar
🍋
Will code for FOOD

Bittersweet zhouziqunzzq

🍋
Will code for FOOD
View GitHub Profile
@zhouziqunzzq
zhouziqunzzq / fanctl_pwm.py
Last active February 28, 2017 18:23
Pi Fan Tem Ctl
#!/usr/bin/env python
# encoding: utf-8
import RPi.GPIO as GPIO
import time
fan_pin = 7
alert_temp = 48000
speed = 0
prv_temp = 0