mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-04 11:53:55 +08:00
* pandad turn on panda power * Add gpio.py * needs bytes Co-authored-by: Comma Device <device@comma.ai>
5 lines
71 B
Python
5 lines
71 B
Python
import os
|
|
|
|
EON = os.path.isfile('/EON')
|
|
TICI = os.path.isfile('/TICI')
|