Skip to content

Commit

Permalink
added comment in ReadMe about the GPIO shutdown pin
Browse files Browse the repository at this point in the history
no functional changes
  • Loading branch information
kwindrem committed Jan 16, 2022
1 parent 0be3ff0 commit fe3ebec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions ReadMe
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This script adds:
the additional GPIO pins (5 total) to /etc/venus/gpio_list
makes additional digital inputs available
makes all digital inputs behave the same: pull up so they are active low
activates GPIO $16 (header pin 36) as a shutdown pin
This requires ShutdownMonitor v2.0 or later

The Raspberry PI default is for the first 8 GPIO pins to have pull UPs
and the remaining have pull DOWNs. This makes some digital input pins behave differently
Expand Down
6 changes: 5 additions & 1 deletion changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
v3.4
v3.5:
added comment in the ReadMe about the GPIO pion for shutdown
no functional changes

v3.4:
added raspberryPiOnly flag file
add graceful shutdown GPIO pin - used by ShutdownMonitor v2.0 or later
add exit codes
Expand Down
1 change: 1 addition & 0 deletions gitHubInfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kwindrem:latest
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.4
v3.5

0 comments on commit fe3ebec

Please sign in to comment.