changed hardware setup for stm32

This commit is contained in:
2018-12-30 21:47:15 +01:00
parent 8dfece7633
commit 2ae9c45216
2 changed files with 38 additions and 27 deletions

View File

@@ -38,6 +38,8 @@ class HardwareSetup : public QThread {
#endif
int fd;
void connectSTM32();
bool getShell();
bool getDea();
int * findBit(int * array, int zahl);