moved controll interface to seperate folder
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "ctrl_interface.hpp"
|
#include "ci/base.hpp"
|
||||||
#include "pinConfig.hpp"
|
#include "pinConfig.hpp"
|
||||||
|
|
||||||
#include "FreeRTOSConfig.h"
|
#include "FreeRTOSConfig.h"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "ctrl_interface.hpp"
|
#include "ci/base.hpp"
|
||||||
|
|
||||||
#include "ctrl_interface_instructions.hpp"
|
#include "ci/instructions.hpp"
|
||||||
|
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include "task.h"
|
#include "task.h"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "ctrl_interface_hardware.hpp"
|
#include "ci/hardware.hpp"
|
||||||
#include "pinConfig.hpp"
|
#include "pinConfig.hpp"
|
||||||
|
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "ctrl_interface_hardware.hpp"
|
#include "ci/hardware.hpp"
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "ctrl_interface_hardware.hpp"
|
#include "ci/hardware.hpp"
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
|
|
||||||
enum GobotRPC_CI_CMD {
|
enum GobotRPC_CI_CMD {
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "pinConfig.hpp"
|
#include "pinConfig.hpp"
|
||||||
|
|
||||||
#include "ctrl_interface_instructions.hpp"
|
#include "ci/instructions.hpp"
|
||||||
|
|
||||||
struct GoRPCPackage_Transport {
|
struct GoRPCPackage_Transport {
|
||||||
uint32_t addr;
|
uint32_t addr;
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
|
|
||||||
#include "ctrl_interface.hpp"
|
#include "ci/base.hpp"
|
||||||
#include "ctrl_interface_hardware.hpp"
|
#include "ci/hardware.hpp"
|
||||||
#include "transmission_interface.hpp"
|
#include "transmission_interface.hpp"
|
||||||
|
|
||||||
#include "main.hpp"
|
#include "main.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user