cavenel / ev3dev_examples

Examples of program for ev3dev
24 stars 22 forks source link

Brings this up to date with the latest ev3dev-stretch #9

Closed antbob closed 4 years ago

antbob commented 5 years ago

This patch brings things up to date and functional again with the latest ev3dev release since quite a few things have changed. Mostly about device and port paths and names. Also added support for ultra sonic sensor (found in Edu kit). Changed the colormath method as well for better on device reliability. Another small change is rotating log file on each run bc it grows rather quickly on device which can get problematic. I have tried to make changes the least invasive way wrt existing code and API so hopefully this is acceptable to pull and can help others.