projects
/
platform
/
upstream
/
iotivity.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Resolve Bug IOT-273 (rename "OC_STACK_REPEATED_REQUEST")
[platform/upstream/iotivity.git]
/
arduino.scons
1
##
2
# This script includes arduino specific config for oic-resource
3
##
4
Import('env')
5
6
env.ImportLib('Time')
7
if env.get('NET') == 'Ethernet':
8
env.ImportLib('Ethernet')
9
else:
10
env.ImportLib('WiFi')
11
env.ImportLib('SPI')