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-bootstrap project command. Please select a project name of led-blinker.

fprime-bootstrap project
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.

# In led-blinker
. fprime-venv/bin/activate

Next Step: Building for Arduino.