osd-contiki/examples/osd/maclayertest
Ralf Schlatterbeck 7ea0e3b933 Fix Makefiles, remove/fix flash targets
The target "flash" and related stuff is now in the platform makefiles.
2017-08-22 22:29:03 +02:00
..
Makefile Fix Makefiles, remove/fix flash targets 2017-08-22 22:29:03 +02:00
README.md initial uplaod 2016-08-11 14:04:29 +02:00
flash.sh initial uplaod 2016-08-11 14:04:29 +02:00
maclayertest.c Add query parameter to generic resouce macros 2017-08-20 15:01:30 +02:00
project-conf.h initial uplaod 2016-08-11 14:04:29 +02:00
run.sh initial uplaod 2016-08-11 14:04:29 +02:00

README.md

Potentiometer Driver

This App allows sending potentiometer values to a remote node. This is currently used to change colors of the led-strip app but the resource used and the IP address are configurable -- so we can use it for any other destination.

The app sends its value to the remote only if the value has changed. In addition it has a retransmit interval (in seconds) that can retransmit the value after a timeout if the value has not changed. Setting this retransmit interval to 0 will turn off the retransmit feature. Note that we sample the value only every second: We don't want to use up the whole bandwidth for this app alone.