add javascript and bump pandacan version

master
George Hotz 2018-05-09 13:18:53 -07:00
parent ace4a224c8
commit 4150684aa8
2 changed files with 8 additions and 2 deletions

View File

@ -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
------

View File

@ -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__)), "../")