Skip to content

0.3.0 #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 43 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7d3aa5a
impr: documentation
eigen-value Feb 19, 2024
a930f81
fix: typo
eigen-value Feb 19, 2024
19bd343
fix: message_reader not setting initial speed
eigen-value Feb 19, 2024
3c14a85
feat: idle state
eigen-value Feb 19, 2024
1e22b5f
fix: CHECK_STM32 must be PULL_DOWN
eigen-value Feb 19, 2024
a1c94a4
feat: SOC with leds, _upadate resets STM32 after idle
eigen-value Feb 19, 2024
4e19bc7
feat: SOC _progress_bar on _idle
eigen-value Feb 20, 2024
061731c
feat: SOC progress bar with emojis
eigen-value Feb 20, 2024
9082cb4
feat: snake vs robot animation
eigen-value Feb 20, 2024
d1a1a3b
fix: update thread stuck on idle
eigen-value Feb 20, 2024
5c6a159
impr: Alvik on/off repl output
eigen-value Feb 20, 2024
2709b87
fix: checking VIOLET label 2 times
eigen-value Feb 21, 2024
256c876
updated user facing text
ubidefeo Feb 21, 2024
890d7c6
fix typo
ubidefeo Feb 21, 2024
0568aaa
update wording on batch file
ubidefeo Feb 21, 2024
38f0a57
Update flash_firmware.sh
ubidefeo Feb 21, 2024
2bcb54e
mod: replace is_alvik_on with is_on
eigen-value Feb 23, 2024
c17c9a3
fix: alvikdev-58 FW updater stuck if robot is off
eigen-value Feb 23, 2024
69f4469
get_battery_charge
eigen-value Feb 23, 2024
19e8588
Merge pull request #10 from ubidefeo/main
eigen-value Feb 23, 2024
44a61c7
Merge branch 'dev' into api_update
eigen-value Feb 23, 2024
def43ba
mod: get_color_label split in hsv2label(h,s,v) and get_color_label()
eigen-value Feb 26, 2024
ba3e0b5
mod: get_battery_charge returns an int
eigen-value Feb 26, 2024
1149178
fix: examples must not access class parameters directly
eigen-value Feb 26, 2024
27cc769
fix: examples must not access class parameters directly
eigen-value Feb 26, 2024
33a98f9
feat: members as private
eigen-value Feb 26, 2024
9dc9394
fix: lost _last_ack
eigen-value Feb 26, 2024
b48fc96
mod: _idle updating every second
eigen-value Feb 26, 2024
921e59b
mod: ALVIKDEV-68 lower charge threshold to 97
eigen-value Feb 26, 2024
6538c58
exmaples: pose_example.py with wait if non-blocking
eigen-value Feb 26, 2024
94cf84a
Merge pull request #11 from arduino/private_members
gbr1 Feb 26, 2024
a67e376
improvements:
eigen-value Feb 27, 2024
a60fc67
Merge pull request #12 from arduino/api_update
gbr1 Feb 28, 2024
49bcd32
examples: line_follower.py and minor mods
eigen-value Feb 28, 2024
7044475
feat: touch events
eigen-value Feb 28, 2024
b15c502
fix: line_follower.py
eigen-value Mar 1, 2024
058ec50
Merge branch 'dev' into touch_events
eigen-value Mar 1, 2024
d7d6cfc
mip compatibility
eigen-value Mar 1, 2024
5575677
Merge branch 'to_ver_030' into touch_events
eigen-value Mar 1, 2024
d956eca
mip compatibility 2
eigen-value Mar 1, 2024
b8987ae
mip compatibility dependency on main branch
eigen-value Mar 1, 2024
9843ada
mip compatibility dependency on 0.1.5 ver
eigen-value Mar 1, 2024
8677f76
Merge pull request #13 from arduino/to_ver_030
gbr1 Mar 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
899 changes: 0 additions & 899 deletions arduino_alvik.py

This file was deleted.

1 change: 1 addition & 0 deletions arduino_alvik/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .arduino_alvik import *
Loading