Skip to content

Commit

Permalink
Merge pull request #1 from facts-engineering/15-modules-on-P1AM-200
Browse files Browse the repository at this point in the history
Allow 15 modules on P1AM-200
  • Loading branch information
AdamCummick authored Feb 15, 2024
2 parents 7eec99b + d7b4882 commit a6760df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions P1AM/P1AM.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,9 +1030,6 @@ def init(self): # pylint: disable=too-many-locals, too-many-statements
if retry == 5:
raise RuntimeError("Zero Modules in base")

if slots > 8:
raise RuntimeError("Base only supports 8 modules")

self.module_ids = []
with self.spi_device as _p1:
id_bytes_len = slots * 4
Expand Down

0 comments on commit a6760df

Please sign in to comment.