libtock-rs icon indicating copy to clipboard operation
libtock-rs copied to clipboard

Userland app for servomotor

Open inesmaria08 opened this issue 1 year ago • 3 comments

This pull request adds an app that provides a simple interface for controlling the angle of a vector of connected servomotors. (https://github.com/tock/tock/pull/4126).

Files added:

  • apis/interface/servo/src/lib.rs
  • apis/interface/servo/src/Cargo.toml
  • exemples/servo.rs

inesmaria08 avatar Sep 20 '24 15:09 inesmaria08

There seems to be a problem due to one of the denos that uses slint. @jrvanwhy should we update the rust version to 1.82 or somehow disable that demo?

alexandruradovici avatar Jan 22 '25 07:01 alexandruradovici

There seems to be a problem due to one of the denos that uses slint. @jrvanwhy should we update the rust version to 1.82 or somehow disable that demo?

Lets just update Rust.

jrvanwhy avatar Jan 28 '25 22:01 jrvanwhy

This seems to be a rust version problem, @inesmaria08 could you please rebase your branch an force push it?

alexandruradovici avatar Jun 22 '25 13:06 alexandruradovici