summaryrefslogtreecommitdiffstats
path: root/k8055gui/MyFrame.h
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-03-01 12:11:32 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-03-01 12:11:32 +0100
commit2f4cef7921c255ecbc17dfbbeca0f891e54aad80 (patch)
tree5e1c17b7e4dc22e6bccfe7bc1a3286cd1a90aef8 /k8055gui/MyFrame.h
parentcd429e12385410bc56b653585702ef8f77aaf5f5 (diff)
downloadk8055-2f4cef7921c255ecbc17dfbbeca0f891e54aad80.zip
k8055-2f4cef7921c255ecbc17dfbbeca0f891e54aad80.tar.gz
update k8055gui, usw k8055++, test button
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