From 07a43269ab07ecd7e4a97a157f704525c7284024 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Tue, 30 Apr 2013 19:50:36 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a69fa93..c7b537c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ with harware connected to an Arduino board without ever having to recompile and Method names within the Python Arduino Command API are designed to be as close as possible to their Arduino programming language counterparts. +Checkout the 'dev' branch for recent experimental support of some features, such as `tone()`. + ## Simple usage example (LED blink) ```python #!/usr/bin/env python