mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-04-24 03:00:20 -04:00
Update README.md
This commit is contained in:
@@ -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
|
Method names within the Python Arduino Command API are designed to be as close
|
||||||
as possible to their Arduino programming language counterparts.
|
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)
|
## Simple usage example (LED blink)
|
||||||
```python
|
```python
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|||||||
Reference in New Issue
Block a user