Skip to content

Commit

Permalink
Adjusted Application.yml GPIO to be consistent with circuit diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMacas committed Oct 14, 2024
1 parent 6f8af9d commit 0b6355d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pi4j:
provider: pigpio-digital-input
speed-sensor:
name: Speed Sensor # <1>
address: 22 # <2>
address: 17 # <2>
pulses-per-revolution: 20 # <3>
provider: pigpio-digital-input # <4>
debounce: 500 # <5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The speed sensor as it appears in the application.yml:
digital-input:
speed-sensor:
name: Speed Sensor
address: 22
address: 17
pulses-per-revolution: 20
provider: pigpio-digital-input
debounce: 500
Expand Down

0 comments on commit 0b6355d

Please sign in to comment.