Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DC motor driver hat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
DC motor driver hat
Commits
f483ab03
Commit
f483ab03
authored
8 months ago
by
Samuel Tardieu
Browse files
Options
Downloads
Patches
Plain Diff
Update version number
parent
b4bd3231
No related branches found
No related tags found
No related merge requests found
Pipeline
#97634
passed
8 months ago
Stage: check
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Cargo.lock
+1
-1
1 addition, 1 deletion
Cargo.lock
controller/Cargo.toml
+1
-1
1 addition, 1 deletion
controller/Cargo.toml
controller/python/controller.py
+1
-1
1 addition, 1 deletion
controller/python/controller.py
with
3 additions
and
3 deletions
Cargo.lock
+
1
−
1
View file @
f483ab03
...
...
@@ -136,7 +136,7 @@ dependencies = [
[[package]]
name = "dc-motor-driver-hat"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
"common",
"cortex-m",
...
...
This diff is collapsed.
Click to expand it.
controller/Cargo.toml
+
1
−
1
View file @
f483ab03
[package]
name
=
"dc-motor-driver-hat"
version
=
"0.
2
.0"
# Update in python/controller.py as well
version
=
"0.
3
.0"
# Update in python/controller.py as well
authors
=
[
"Samuel Tardieu <sam@rfc1149.net>"
]
edition
=
"2021"
...
...
This diff is collapsed.
Click to expand it.
controller/python/controller.py
+
1
−
1
View file @
f483ab03
...
...
@@ -3,7 +3,7 @@ from numbers import Real
from
typing
import
Any
,
Optional
# Major and minor version of required firmware
_REQUIRED_FIRMWARE_VERSION
=
(
0
,
2
)
_REQUIRED_FIRMWARE_VERSION
=
(
0
,
3
)
class
FirmwareVersionMismatch
(
Exception
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment