Skip to content

Commit

Permalink
Working version of code - #15
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Sep 4, 2020
1 parent fd65d4e commit a1e1687
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions esphome/geiger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ sensor:
name: "Geiger Counter"
update_interval: 15s
unit_of_measurement: CPM
accuracy_decimals: 4
# accuracy_decimals: 4
# count_mode:
# rising_edge: DISABLE
# falling_edge: INCREMENT
internal_filter: 5us
count_mode:
rising_edge: INCREMENT
falling_edge: DISABLE
# internal_filter: 5us
# count_mode:
# rising_edge: INCREMENT
# falling_edge: DISABLE
filters:
- multiply: 0.00812037037037
# - devide: 123.147092360319
Expand Down

0 comments on commit a1e1687

Please sign in to comment.