Skip to content
Snippets Groups Projects
Commit e8627ae5 authored by Gijs Schoonderbeek's avatar Gijs Schoonderbeek
Browse files

Check on HW ready for review

parent 4b6d4aaf
Branches
No related tags found
1 merge request!3Apsct production
...@@ -589,7 +589,7 @@ class ApsctId: ...@@ -589,7 +589,7 @@ class ApsctId:
loc_id = loc_id * 2 loc_id = loc_id * 2
bit = gpio.input(pin) bit = gpio.input(pin)
loc_id = loc_id + bit loc_id = loc_id + bit
self.id = id self.id = loc_id
return self.id return self.id
def check_id(self): def check_id(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment