kopia lustrzana https://github.com/RobertGawron/IonizationChamber
further cleanup
rodzic
788ef085b5
commit
26ba87ec21
Plik diff jest za duży
Load Diff
|
@ -12,6 +12,6 @@
|
||||||
#error bool is already defined
|
#error bool is already defined
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "stm8s.h" // for bool type
|
#include "stm8s.h"
|
||||||
|
|
||||||
#endif /* INC_COMMONDATATYPES_H_ */
|
#endif /* INC_COMMONDATATYPES_H_ */
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Created on: 15 cze 2019
|
* Created on: 15 cze 2019
|
||||||
* Author: robert
|
* Author: robert
|
||||||
*/
|
*/
|
||||||
#include "stm8s_it.h"
|
#include "CommonDataTypes.h"
|
||||||
|
|
||||||
#ifndef INC_PINOUTCONFIGURATION_H_
|
#ifndef INC_PINOUTCONFIGURATION_H_
|
||||||
#define INC_PINOUTCONFIGURATION_H_
|
#define INC_PINOUTCONFIGURATION_H_
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
#include "PulseCounter.h"
|
#include "PulseCounter.h"
|
||||||
#include "UserInterface.h"
|
#include "UserInterface.h"
|
||||||
#include "VoltageSensorActualValue".h
|
#include "VoltageSensorActualValue.h"
|
||||||
#include "VoltageSensorPeakValue.h"
|
#include "VoltageSensorPeakValue.h"
|
||||||
|
|
||||||
static MCP3425A0TConfig_t adcConfig[]={{PIN_ADC_CHIP_1}, {PIN_ADC_CHIP_2}};
|
static MCP3425A0TConfig_t adcConfig[]={{PIN_ADC_CHIP_1}, {PIN_ADC_CHIP_2}};
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Author: robert
|
* Author: robert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "MCP3425A0T.h"
|
#include "VoltageSensorActualValue.h"
|
||||||
|
|
||||||
#include "stm8s_i2c.h"
|
#include "stm8s_i2c.h"
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue