Library for programming Mindstorm EV3 robots in Elixir
46
stars
7
forks
source link
hello compiled your ev3-master code and run it on the ev3... seems working ... but robot is not moving! how can I test motors and sensors in elixir? thx #1
The current configuration (see https://github.com/jfcloutier/ev3/blob/master/mix.exs) is set for mock sensors and motors. You want to uncomment the line # env: [{:mock, false}, {:platform, :ev3}] and comment the one before.
The current configuration (see https://github.com/jfcloutier/ev3/blob/master/mix.exs) is set for mock sensors and motors. You want to uncomment the line # env: [{:mock, false}, {:platform, :ev3}] and comment the one before.