Setting up your workspace
Now that you have a simple overview of the goal of this tutorial, let's create our own plugin!
Creating The Directory
- Navigate to the
applications
folder - Create a new folder inside. Let's call it
box_mover
! - Now, let's create a new C file named
box_mover.c
inside ofbox_mover
Your file structure should look like this:
.
└── flipperzero-firmware/
└── applications/
└── box_mover/
└── box_mover.c