jfcloutier / ev3

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

Closed han88 closed 8 years ago

jfcloutier commented 8 years ago

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.

han88 commented 8 years ago

great.. works! thx