Added DHT library to extras and sample code to examples

This commit is contained in:
jsuiker 2016-04-20 22:03:18 +00:00
parent 2badeed523
commit 99eba80c4d
5 changed files with 221 additions and 0 deletions

10
extras/dht/component.mk Normal file
View file

@ -0,0 +1,10 @@
# Component makefile for extras/dht
INC_DIRS += $(ROOT)extras/dht
# args for passing into compile rule generation
extras/dht_INC_DIR = $(ROOT)extras/dht
extras/dht_SRC_DIR = $(ROOT)extras/dht
$(eval $(call component_compile_rules,extras/dht))