esp-open-rtos/examples/ds18b20_broadcaster/Makefile
Grzegorz Hetman 72f30ad950 Add ds18b20 udp broadcaster example.
Add license and readme details.
Rid of compile-time switches.
Rid of lazy initialization of sensor.
Minor code fixing.
2016-02-18 13:51:16 +01:00

3 lines
101 B
Makefile

PROGRAM=ds18b20_broadcaster
EXTRA_COMPONENTS = extras/onewire extras/ds18b20
include ../../common.mk