summaryrefslogtreecommitdiffstats
path: root/k8055gui/MyFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'k8055gui/MyFrame.h')
-rw-r--r--k8055gui/MyFrame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/k8055gui/MyFrame.h b/k8055gui/MyFrame.h
index 3b22424..13632ea 100644
--- a/k8055gui/MyFrame.h
+++ b/k8055gui/MyFrame.h
@@ -23,6 +23,7 @@
#include <wx/wx.h>
#include <wx/tglbtn.h>
+#include "k8055++.h"
enum
{
@@ -67,6 +68,7 @@ class MyFrame: public wxFrame
protected:
long address; // board address 0 -> 3
bool connected;// true if connected
+ K8055 k8055;
public:
//constructor