simonedegiacomi/EV3-API

It's difficult to use this fork

Opened this issue · 0 comments

  • create example programs
    • sensors
      • ev3_color.c
      • ev3_gyro.c
      • ev3_ir
        • remote
        • proximity
        • seek
      • ev3_touch.c
      • ev3_ultrasonic
        • distance
        • presence
      • ht_color.c
      • ht_ir.c
      • nxt_sound.c
      • nxt_temperature.c
      • pixy_cam.c
    • motors
    • led
    • lcd
    • bluetooth
    • sound
  • documentation
    • document "public" functions
    • configure travis to generate HTML documentation and publish it on gh-pages branch
  • split header files into public and private, to prevent people to call them
  • publish static library on releases page
  • vscode extension that allows to compile and upload the program to the robot in a single click: https://github.com/simonedegiacomi/c4ev3-vscode-extension