Hackpads are smart collaborative documents.
Join Hackpad Now
.
hackpad
h
hackpad
hackpad
more
+ new workspace
Sign In
hide
feedback
invitees only
everyone (public)
py & pi
2795 days ago
color-tracking
Unfiled
.
Edited by
百千.IO
2795 days ago
kit
https://www.raspberrypi.com.tw/13504/pi-follower-car-starter-kit/
Show full change
Show only preview
2831 days ago
RPi.GPIO
Unfiled
.
Edited by
陳靖
2831 days ago
Python.org的PyPI (Python Package Index)
https://pypi.python.org
列出全部可以pip install的package (modules的source code的打包壓縮tar.gz檔)
RPi專用的RPi.GPIO也在其中
https://pypi.python.org/pypi/RPi.GPIO
Show full change
Show only preview
2844 days ago
threading
Unfiled
.
Edited by
百千.IO
2844 days ago
主線clock迴圈等支線改變running狀態
from threading import Thread
from time import ctime,sleep
running = True
def func():
global running
input()
running = False
sleep(3)
thread = Thread(target = func)
Show full change
Show only preview
2848 days ago
Pygame
Unfiled
.
Edited by
百千.IO
2848 days ago
因為readchar無法順利安裝在家裡windows
所以改用pygame
之後狗叫聲也要用它
Show full change
Show only preview
Stop sharing the collection with
?
This pad is open to "
", so
will still be able to access it.
Cancel
Stop Sharing
Follow
Unfollow
Followed by
Feed
List of Hackpads
color-tracking
Pygame
RPi.GPIO
threading
Logout
txt
Contact Support
Please select a topic
General usage / How does this work?
Feature request
Login / account issue
Broken / can't load hackpad
Mobile / iOS issue
Other issue
Send your love! ♥
Please check out our
How-to Guide
and
FAQ
first to see if your question is already answered! :)
If you have a feature request, please add it to
this pad
. Thanks!
Send
Log in / Sign up
Sign in with
Google
Sign in with
Facebook
or
Go
Forgot password?
Start using Hackpad
You'll need to turn on JavaScript to use Hackpad in all of its awesomeness. ^_^