Move push button and rotary encoder files to UI folder

This commit is contained in:
Mario Hüttel 2021-05-22 17:05:56 +02:00
parent 8c0cfa4993
commit 90c6165278
7 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
#define __MENU_H__
#include <stdint.h>
#include <reflow-controller/button.h>
#include <reflow-controller/ui/button.h>
#include <stdbool.h>
struct lcd_menu;

View File

@ -34,10 +34,10 @@
#include <reflow-controller/temp-converter.h>
#include <fatfs/ff.h>
#include <reflow-controller/safety/stack-check.h>
#include <reflow-controller/rotary-encoder.h>
#include <reflow-controller/ui/rotary-encoder.h>
#include <reflow-controller/safety/safety-controller.h>
#include <reflow-controller/settings/settings.h>
#include <reflow-controller/button.h>
#include <reflow-controller/ui/button.h>
#include <reflow-controller/safety/fault.h>
#include <reflow-controller/safety/safety-memory.h>
#include <reflow-controller/hw-version-detect.h>

View File

@ -19,7 +19,7 @@
*/
#include <stm32/stm32f4xx.h>
#include <reflow-controller/button.h>
#include <reflow-controller/ui/button.h>
#include <stm-periph/stm32-gpio-macros.h>
#include <stm-periph/rcc-manager.h>
#include <stdint.h>

View File

@ -22,7 +22,7 @@
#include <reflow-controller/ui/gui-config.h>
#include <reflow-controller/ui/menu.h>
#include <reflow-controller/ui/lcd.h>
#include <reflow-controller/rotary-encoder.h>
#include <reflow-controller/ui/rotary-encoder.h>
#include <reflow-controller/systick.h>
#include <reflow-controller/adc-meas.h>
#include <reflow-controller/safety/safety-controller.h>

View File

@ -18,7 +18,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <reflow-controller/rotary-encoder.h>
#include <reflow-controller/ui/rotary-encoder.h>
#include <stm-periph/rcc-manager.h>
#include <stm-periph/stm32-gpio-macros.h>
#include <helper-macros/helper-macros.h>