Skip to content
Snippets Groups Projects
Commit 17906096 authored by bbartels's avatar bbartels Committed by dawehr
Browse files

wip: move all application files into application folder

parent 8811d36e
No related branches found
No related tags found
1 merge request!9Abstract the hardware layer
Showing
with 3 additions and 11 deletions
......@@ -11,7 +11,7 @@
#include <stdint.h>
#include "commands.h"
#include "computation_graph.h"
#include "hardware/hw_iface.h"
#include "hw_iface.h"
typedef unsigned char u8;
typedef unsigned short u16;
......
......@@ -10,7 +10,7 @@
#include "log_data.h"
#include <sleep.h>
#include "controllers.h"
#include "hardware/hw_iface.h"
#include "hw_iface.h"
void read_rec_all(struct PWMInputDriver *pwm_input, u32 *mixer);
int read_kill(int gear);
......
../../../../groundStation/src/backend/commands.c
\ No newline at end of file
../../../../groundStation/src/backend/commands.h
\ No newline at end of file
../../../computation_graph/src/computation_graph.c
\ No newline at end of file
../../../computation_graph/src/computation_graph.h
\ No newline at end of file
../../../../computation_graph/src/graph_blocks/node_add.c
\ No newline at end of file
../../../../computation_graph/src/graph_blocks/node_add.h
\ No newline at end of file
../../../../computation_graph/src/graph_blocks/node_constant.c
\ No newline at end of file
../../../../computation_graph/src/graph_blocks/node_constant.h
\ No newline at end of file
#ifndef HW_IMPL_ZYBO
#define HW_IMPL_ZYBO
#include "hw_iface.h"
#include "../application/hw_iface.h"
#include <sleep.h>
#include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment