このサイトはJavaScriptを使用しています
ホーム
エクスプローラ
ヘルプ
サインイン
cube
/
BOARDS
ウォッチ
1
お気に入りに登録
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
I have a lot of boards and usually need to re-use code even for different projects.
1
コミット
1
ブランチ
ツリー:
6b1e73d06c
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'6b1e73d06c' から
${ noResults }
BOARDS
/
CARDPUTER CircuitPython
/
test.py
test.py
90B
履歴
Raw形式
1
2
3
4
5
from keyboard import Keyboard
keyb=Keyboard()
while True:
print(keyb.scan(), end="")