Add short comment and license info.

This commit is contained in:
Grzegorz Hetman 2016-02-24 17:19:33 +01:00
parent b5f1c893bf
commit 02751c820d

View file

@ -1,3 +1,11 @@
/*
* This is example of udp broadcaster.
* It grab data from ds18b20 sensor and emit result over wifi.
*
* Author Grzegorz Hetman : ghetman@gmail.com
* License public domain/CC0
*/
#include <string.h>
#include "espressif/esp_common.h"