Skip to content

Commit

Permalink
Merge pull request #28 from arduino/dev
Browse files Browse the repository at this point in the history
Ver 1.1.0 candidate
  • Loading branch information
eigen-value authored Oct 16, 2024
2 parents 80e6656 + 8a48f83 commit e94e268
Show file tree
Hide file tree
Showing 32 changed files with 1,163 additions and 86 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You can now use Arduino Lab for Micropython to run your examples remotely from t

## Default Demo

Use `mpremote` to copy following the files from the examples folder:
Use `mpremote` to copy following the files from the `examples\demo` folder:
- `main.py`, this file allows you to automatically start the demo
- `demo.py`, demo launcher
- `touch_move.py`, programming the robot movements via touch buttons demo
Expand Down
3 changes: 2 additions & 1 deletion arduino_alvik/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

__author__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
__license__ = "MPL 2.0"
__version__ = "1.0.1"
__version__ = "1.1.0"
__maintainer__ = "Lucio Rossi <l.rossi@arduino.cc>, Giovanni Bruno <g.bruno@arduino.cc>"
__required_firmware_version__ = "1.1.0"

from .arduino_alvik import *
Loading

0 comments on commit e94e268

Please sign in to comment.