From 9d88b1711ef6df245e343d64bff788f7bd7ee56e Mon Sep 17 00:00:00 2001 From: kruger <kruger@astron.nl> Date: Tue, 13 Feb 2024 11:28:10 +0000 Subject: [PATCH] LMP ID comment --- pypcc/testing/lmp_id.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pypcc/testing/lmp_id.py b/pypcc/testing/lmp_id.py index b346a51..220599e 100644 --- a/pypcc/testing/lmp_id.py +++ b/pypcc/testing/lmp_id.py @@ -1,4 +1,12 @@ import RPi.GPIO as GPIO +#LMP LMP APSCT CM rpi +#DIP CON BCK_ID PIN GPIO +#UNB D8 0 27 20 +# 1 E8 1 25 21 +# 2 E7 2 31 12 +# 3 F7 3 29 16 +# 4 D10 4 39 8 +# 5 E10 5 37 7 def get_LMP_ID(): # pins=[21,20,16,12,7,8] -- GitLab