View on GitHub

Flight Software & Embedded Systems Framework

LED Blinker: Project Setup

First, make sure to read the tutorial’s readme and follow the prerequisites section. Then set up a new F´ project using the fprime-util new --project command. Please select a project name of led-blinker.

fprime-util new --project
  [1/1] Project name (MyProject): led-blinker

Complete instructions on setting-up a new project are available in the hello world tutorial.

Remember to source the virtual environment after creating the project.

Next Step: Building for Arduino.