mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 18:23:53 +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')
|