Skip to content

Commit

Permalink
Merge pull request #49 from gcivil-nyu-org/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MichaelLally committed Mar 4, 2020
2 parents 63ac2d2 + d4d1cf6 commit 3529849
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions hardware/CommunicationsPi/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print('Hello Comms')
1 change: 1 addition & 0 deletions hardware/SensorPi/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print('Hello sensors')
13 changes: 13 additions & 0 deletions hardware/setup/raspberrypi-common.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
function showStatus() {
printf "\n${1}\n"
}

showStatus 'Running Raspberry Pi Common Setup'

showStatus 'Enabling VNC'
sudo raspi-config nonint do_vnc 0

showStatus 'Enabling SSH'
sudo raspi-config nonint do_ssh 0

showStatus 'Completed Raspberry Pi Common Setup'

0 comments on commit 3529849

Please sign in to comment.