add files for main modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2021-07-02 18:45:29 +02:00
parent e4df1cb176
commit 26211ea9ed
11 changed files with 113 additions and 1 deletions

13
firmware/system.c Normal file
View file

@ -0,0 +1,13 @@
//
// Created by jedi on 25.06.21.
//
#include "system.h"
#include <FreeRTOS.h>
#include <task.h>
#include <sysparam.h>
#include <spiflash.h>
#include <espressif/esp_common.h>
#include <espressif/user_interface.h>