everything now works

This commit is contained in:
2023-03-12 14:25:32 +01:00
parent a9c7e42e51
commit 24f8252760
7 changed files with 63 additions and 46 deletions
+5
View File
@@ -22,6 +22,9 @@
#ifndef __MAIN_H
#define __MAIN_H
// this is a hack needed for CLion
#define USE_FULL_LL_DRIVER
#ifdef __cplusplus
extern "C" {
#endif
@@ -72,6 +75,8 @@ void Error_Handler(void);
/* USER CODE END EFP */
/* Private defines -----------------------------------------------------------*/
int _write(int fd, const char *pcBuffer, int iLength);
#define LED_Pin LL_GPIO_PIN_13
#define LED_GPIO_Port GPIOC
#define ADC_PT100_Pin LL_GPIO_PIN_0