xperiandri / ev3dev-lang-csharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

See this blog post for instructions how install DNX, run .NET applications and compile C# code for Lego Mindstorms EV3.

The ev3dev project is SDK implementation. Check also demo projects for exemplary usage.

Usage

  1. Install DNX with above instructions
  2. Clone this project
  3. Compile code with dnu publish --no-source
  4. Copy /bin/output folder with your scp client to Lego brick
  5. Run your project using DNX (usually indirectly through compiler generated command)

About


Languages

Language:C# 95.5%Language:Liquid 4.5%