From 1ba5f8a6e35534539c8b5e3f2eba4082b778b3b3 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 13 Mar 2018 09:47:39 -0700 Subject: [PATCH] added link to wiki for user scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85de25c..04fd1e7 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ And to send one on bus 0: ``` >>> panda.can_send(0x1aa, "message", 0) ``` -More examples coming soon +Find user made scripts on the [wiki](https://community.comma.ai/wiki/index.php/Panda_scripts) Software interface support ------