Skip to content
Snippets Groups Projects
Commit cd872dd8 authored by Julian Salt's avatar Julian Salt
Browse files

Update furuta.jl

parent 8e32c861
No related branches found
No related tags found
1 merge request!3WIP: Started furuta implementation
Pipeline #734 failed
......@@ -26,7 +26,7 @@ function Furuta(;
h::Float64 = 0.01,
bias::Float64 = 0.,
stream::LabStream = ComediStream(),
measure::AnalogInput10V = AnalogInput10V(1),
measure::AnalogInput10V = AnalogInput10V(4),
control::AnalogOutput10V = AnalogOutput10V(0))
p = Furuta(Float64(h),Float64(bias),stream,measure,control)
init_devices!(p.stream, p.measure, p.control)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment