Skip to content

Commit 0e4b635

Browse files
committed
remove arduino library
1 parent f24ad6c commit 0e4b635

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

embml/sklearnModels/embml_sklearn_DecisionTreeClassifier.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def write_output(classifier, opts):
7676
utils.write_define("INPUT_SIZE", str(classifier.inputSize))
7777

7878
# Include of libraries
79-
incls += utils.write_include("<Arduino.h>")
8079
if opts['useFxp']:
8180
incls += utils.write_define("TOTAL_BITS", str(opts['totalBits'])) + \
8281
utils.write_define("FIXED_FBITS", str(opts['fracBits'])) + \

embml/wekaModels/embml_weka_J48.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def write_output(weka_j48, opts):
196196
utils.write_define("ATT_OFFSET", str(weka_j48.attOffset))
197197

198198
# Include of libraries
199-
incls += utils.write_include("<Arduino.h>")
200199
if opts['useFxp']:
201200
incls += utils.write_define("TOTAL_BITS", str(opts['totalBits'])) + \
202201
utils.write_define("FIXED_FBITS", str(opts['fracBits'])) + \

0 commit comments

Comments
 (0)