master
George Hotz 2017-06-20 15:41:22 -07:00
parent ac565fd666
commit 2379351f89
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ To install the library:
# pip install pandacan
```
See [panda.py](https://github.com/commaai/panda/blob/master/lib/panda.py) for how to interact with the panda.
See [this class](https://github.com/commaai/panda/blob/master/panda/__init__.py#L80) for how to interact with the panda.
For example, to receive CAN messages:
```