adds the code used for the controller demo
This commit is contained in:
@@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct SetPwm {
|
||||
pub duty_cycle: u8
|
||||
pub throttle: f64
|
||||
}
|
||||
|
||||
impl Command for SetPwm {}
|
||||
|
||||
Reference in New Issue
Block a user