mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-26 01:13:49 +08:00
22e0a2474a
* pandad turn on panda power
* Add gpio.py
* needs bytes
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 6bb2630eba
5 lines
71 B
Python
5 lines
71 B
Python
import os
|
|
|
|
EON = os.path.isfile('/EON')
|
|
TICI = os.path.isfile('/TICI')
|