File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ with harware connected to an Arduino board without ever having to recompile and
1212Method names within the Python Arduino Command API are designed to be as close
1313as possible to their Arduino programming language counterparts.
1414
15- Checkout the 'dev' branch for recent experimental support of some features, such as ` tone() ` .
16-
1715## Simple usage example (LED blink)
1816``` python
1917# !/usr/bin/env python
@@ -157,10 +155,8 @@ response_char = board.SoftwareSerial.read() #read response character
157155- Expand software serial functionality (` print() ` and ` println() ` )
158156- Add simple reset functionality that zeros out all pin values
159157- Add I2C / TWI function support (Arduino ` Wire.h ` commands)
160- - <del > Add ` tone() ` / ` noTone() ` squarewave generator support for piezo type speakers currently testing code for this (thanks to Sjoerd Dirk Meijer.)
161158-(sdmeijer) Add Python-code for Tone/NoTone.</del >
162159- Include a wizard which generates 'prototype.ino' with selected serial baud rate and Arduino function support
163160(to help reduce memory requirements).
164161- Multi-serial support for Arduino mega (` Serial1.read() ` , etc)
165- - <del >(sdmeijer) Add capacitive sensors (http://playground.arduino.cc/Code/CapacitiveSensor )</del >
166162
You can’t perform that action at this time.
0 commit comments