Compare commits
No commits in common. "2c13e3fb8c78442a1efc33a0cf4ae5543729847c" and "d2d4de1fbab7b10a533ada2199b9eab1ae9e3cb0" have entirely different histories.
2c13e3fb8c
...
d2d4de1fba
3 changed files with 0 additions and 12 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -34,6 +34,3 @@ tags
|
|||
# .nfs files are created when an open file is removed but is still being accessed
|
||||
.nfs*
|
||||
|
||||
# venv
|
||||
python/
|
||||
venv/
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# See https://gpiozero.readthedocs.io/en/stable/api_input.html
|
||||
from gpiozero import Button
|
||||
buzzer = Button(16)
|
||||
|
||||
button.wait_for_press()
|
||||
print("The button was pressed!")
|
|
@ -1 +0,0 @@
|
|||
gpiozero
|
Loading…
Reference in a new issue