dreamcat4 / stm32_soldering_iron_controller

Custom firmware for the chinese kseger soldering iron controller
15 stars 13 forks source link

Missing header Files #3

Open daverathbone opened 3 years ago

daverathbone commented 3 years ago

Hi I can not find header files

include "adc_global.h"

include "buzzer.h"

include "rotary_encoder.h"

include "tempsensors.h"

include "voltagesensors.h"

include "ssd1306.h"

include "gui.h"

include "screen.h"

Also where is the C code? Just found them in drivers? - good form is to keep them in the STcubeIDE inc folders as its your application code headers

mike-s123 commented 3 years ago

grep -r adc_global

https://github.com/dreamcat4/stm32_soldering_iron_controller/tree/master/Drivers/generalIO

Code is all over the place. Perhaps you're looking for what's in Core/Src

But, this fork seems to be idle. You might want to check out https://github.com/deividAlfa/stm32_soldering_iron_controller