Initial Commit

Project Framework
This commit is contained in:
Aadi Desai 2022-01-28 17:22:31 +00:00
commit 53c3fe55d0
No known key found for this signature in database
GPG key ID: CFFFE425830EF4D9
4 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.venv/
.vscode/

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# ELEC60013 Embedded Systems: Coursework 1
- Raspberry Pi Zero W IoT Device

1
main.py Normal file
View file

@ -0,0 +1 @@
print("Raspberry Pi Zero W, up and running!")

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
colorzero==2.0
gpiozero==1.6.2
smbus2==0.4.1