Skip to content
Snippets Groups Projects
Commit 3f1af246 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Chnaged the bath pf the battery firmware.

parent e1b920ef
No related branches found
No related tags found
No related merge requests found
# driver source files
SET(sources battery_charger.cpp battery_charger_exceptions.cpp)
# application header files
SET(headers battery_charger.h battery_charger_exceptions.h ../../../stm32_code/include/dyn_battery.h)
SET(headers battery_charger.h battery_charger_exceptions.h ../../battery_stm32_fw/include/dyn_battery.h)
# locate the necessary dependencies
FIND_PACKAGE(iriutils REQUIRED)
FIND_PACKAGE(comm REQUIRED)
......
#include "battery_charger.h"
#include "../../../stm32_code/include/dyn_battery.h"
#include "../../battery_stm32_fw/include/dyn_battery.h"
#include "exceptions.h"
#include "battery_charger_exceptions.h"
#include <iostream>
......
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