From b54936dbfcc2894488e6d248077e5fd21b821605 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 old-commit-hash: 67ef6dd84427be43e9d40df23360acf37e22059e --- 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 082a402f15..5ac0158082 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