11fb4232d6
platform but might work on other devices using GPIO pins too. The received data can be logged for later playback/analysis. WWW: https://github.com/rene0/dcf77pi
8 lines
355 B
Text
8 lines
355 B
Text
bin/dcf77pi
|
|
bin/readpin
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
|
@unexec if cmp -s %D/etc/dcf77pi/hardware.txt.sample %D/etc/dcf77pi/hardware.txt ; then rm -f %D/etc/dcf77pi/hardware.txt ; fi
|
|
etc/dcf77pi/hardware.txt.sample
|
|
@exec if [ ! -f %D/etc/dcf77pi/hardware.txt ] ; then cp -p %D/%F %B/hardware.txt ; fi
|
|
@dirrmtry %%ETCDIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|