Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 843 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 843 Bytes

C4EV3 Visual Studio Code Extension Build Status

This extension amis to simplify the development of C4ev3-based projects using Visual Studio Code.

Status

  • include latest c4ev3 library
  • command to invoke gcc and ev3duder
  • command to create a new project
  • remove all hardcoded values
  • automatically discover gcc path
  • automatically discover ev3duder
  • C++ support
  • add instructions in README
  • publish extension

How to use

Create a new c4ev3 project

Use the command createNewProject.

Upload the program to the robot

Use the command buildUpload to upload the program to the robot or use buildUploadRun to upload and run the program.