diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-03-01 12:11:32 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-03-01 12:11:32 +0100 |
commit | 2f4cef7921c255ecbc17dfbbeca0f891e54aad80 (patch) | |
tree | 5e1c17b7e4dc22e6bccfe7bc1a3286cd1a90aef8 /k8055gui/MyFrame.h | |
parent | cd429e12385410bc56b653585702ef8f77aaf5f5 (diff) | |
download | k8055-2f4cef7921c255ecbc17dfbbeca0f891e54aad80.zip k8055-2f4cef7921c255ecbc17dfbbeca0f891e54aad80.tar.gz |
update k8055gui, usw k8055++, test button
Diffstat (limited to 'k8055gui/MyFrame.h')
-rw-r--r-- | k8055gui/MyFrame.h | 2 |
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 |