mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
22e0a2474a
* pandad turn on panda power * Add gpio.py * needs bytes Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 6bb2630eba1bff2db745e56d639fce8b85ec6d0d
5 lines
71 B
Python
5 lines
71 B
Python
import os
|
|
|
|
EON = os.path.isfile('/EON')
|
|
TICI = os.path.isfile('/TICI')
|