added basic hard fault handler, moving shit around; debounce made to work

This commit is contained in:
2016-09-03 12:55:17 +02:00
parent 39296f1b8a
commit 3fd42eb41a
17 changed files with 892 additions and 34 deletions
-16
View File
@@ -1,16 +0,0 @@
//
// Created by MightyPork on 2.9.16.
//
#ifndef F107_FFT_USER_MAIN_H
#define F107_FFT_USER_MAIN_H
void user_main();
void user_Error_Handler();
void user_assert_failed(uint8_t* file, uint32_t line);
void user_error_file_line(const char *message, const char *file, uint32_t line);
#endif //F107_FFT_USER_MAIN_H