further cleanup

pull/67/head
RobertGawron 2019-07-06 17:01:28 +01:00
rodzic 788ef085b5
commit 26ba87ec21
5 zmienionych plików z 2569 dodań i 4 usunięć

Plik diff jest za duży Load Diff

Wyświetl plik

@ -12,6 +12,6 @@
#error bool is already defined
#endif
#include "stm8s.h" // for bool type
#include "stm8s.h"
#endif /* INC_COMMONDATATYPES_H_ */

Wyświetl plik

@ -4,7 +4,7 @@
* Created on: 15 cze 2019
* Author: robert
*/
#include "stm8s_it.h"
#include "CommonDataTypes.h"
#ifndef INC_PINOUTCONFIGURATION_H_
#define INC_PINOUTCONFIGURATION_H_

Wyświetl plik

@ -12,7 +12,7 @@
#include "Logger.h"
#include "PulseCounter.h"
#include "UserInterface.h"
#include "VoltageSensorActualValue".h
#include "VoltageSensorActualValue.h"
#include "VoltageSensorPeakValue.h"
static MCP3425A0TConfig_t adcConfig[]={{PIN_ADC_CHIP_1}, {PIN_ADC_CHIP_2}};

Wyświetl plik

@ -5,7 +5,7 @@
* Author: robert
*/
#include "MCP3425A0T.h"
#include "VoltageSensorActualValue.h"
#include "stm8s_i2c.h"