Skip to content

Commit

Permalink
add javascript and bump pandacan version
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed May 9, 2018
1 parent ace4a22 commit 4150684
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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__)), "../")

Expand Down

0 comments on commit 4150684

Please sign in to comment.