mirror of https://github.com/commaai/panda.git
add javascript and bump pandacan version
This commit is contained in:
parent
ace4a224c8
commit
4150684aa8
|
@ -15,7 +15,7 @@ It is 2nd gen hardware, reusing code and parts from the [NEO](https://github.com
|
|||
|
||||
[![CircleCI](https://circleci.com/gh/commaai/panda.svg?style=svg)](https://circleci.com/gh/commaai/panda)
|
||||
|
||||
Usage
|
||||
Usage (Python)
|
||||
------
|
||||
|
||||
To install the library:
|
||||
|
@ -37,6 +37,12 @@ And to send one on bus 0:
|
|||
```
|
||||
Find user made scripts on the [wiki](https://community.comma.ai/wiki/index.php/Panda_scripts)
|
||||
|
||||
Usage (JavaScript)
|
||||
-------
|
||||
|
||||
See [PandaJS](https://github.com/commaai/pandajs)
|
||||
|
||||
|
||||
Software interface support
|
||||
------
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ from update import ensure_st_up_to_date
|
|||
from serial import PandaSerial
|
||||
from isotp import isotp_send, isotp_recv
|
||||
|
||||
__version__ = '0.0.7'
|
||||
__version__ = '0.0.8'
|
||||
|
||||
BASEDIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../")
|
||||
|
||||
|
|
Loading…
Reference in New Issue