diff options
author | Benjamin Vernoux <bvernoux@gmail.com> | 2014-06-02 21:53:52 +0200 |
---|---|---|
committer | Benjamin Vernoux <bvernoux@gmail.com> | 2014-06-02 21:53:52 +0200 |
commit | 8db7804496db5fc3fba44e5f9ed0cc322814088c (patch) | |
tree | be8edf15aa294b7ec2478ddd9f49f37e1d707e1d | |
parent | 569aa90137614e6b54c12fa4aaec32cfdddbdbcd (diff) | |
download | micropython-8db7804496db5fc3fba44e5f9ed0cc322814088c.tar.gz micropython-8db7804496db5fc3fba44e5f9ed0cc322814088c.zip |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ Python 3.4 functionality implemented for the data types and modules. See the repository www.github.com/micropython/pyboard for the Micro Python board, the officially supported reference electronic circuit board. +For HydraBus version see HydraBus website: http://hydrabus.com Major components in this repository: - py/ -- the core Python implementation, including compiler and runtime. |