Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: behave.h
- Revision:
- 3:d7b0a0890d96
- Parent:
- 0:8dbd6bd9167f
- Child:
- 4:abee20c0bf2a
diff -r 35266b266eaa -r d7b0a0890d96 behave.h
--- a/behave.h Wed Jun 03 23:41:16 2015 +0000
+++ b/behave.h Sat Oct 10 22:37:17 2015 +0000
@@ -25,7 +25,7 @@
#include "fpgaInterface.h"
#endif
-
+/*
#define NUMEVENTS 50
#define NUMCONDITIONS 150
#define NUMINTCOMPARE 150
@@ -34,13 +34,15 @@
#define NUMINTOPERATIONS 150
#define NUMDISPLAYACTIONS 30
#define NUMTRIGGERACTIONS 30
+#define NUMFUNCTIONS 50
+#define INPUTCHARBUFFERSIZE 3072
+*/
#define ARITHMATIC_CONDITION 0
#define OR_CONDITION 1
#define AND_CONDITION 2
-#define NUMFUNCTIONS 50
-#define INPUTCHARBUFFERSIZE 3072
+
using namespace std;