From 4150684aa82248e080a7b77272fa225e08d0d3e9 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Wed, 9 May 2018 13:18:53 -0700 Subject: [PATCH] add javascript and bump pandacan version --- README.md | 8 +++++++- python/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6c8f8a..0f6cb1d 100644 --- a/README.md +++ b/README.md @@ -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 ------ diff --git a/python/__init__.py b/python/__init__.py index 3de634d..86b7628 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -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__)), "../")