From 67ef6dd84427be43e9d40df23360acf37e22059e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 26 Jul 2023 11:35:11 -0700 Subject: [PATCH] tici: add siren gpio --- system/hardware/tici/pins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/hardware/tici/pins.py b/system/hardware/tici/pins.py index 082a402f1..5ac015808 100644 --- a/system/hardware/tici/pins.py +++ b/system/hardware/tici/pins.py @@ -10,6 +10,7 @@ class GPIO: STM_RST_N = 124 STM_BOOT0 = 134 + SIREN = 42 SOM_ST_IO = 49 LTE_RST_N = 50