diff options
author | rene <rene@FreeBSD.org> | 2013-06-22 06:46:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-06-22 06:46:12 +0800 |
commit | a2374735563ee773bfce159a574ddb982ebd4be0 (patch) | |
tree | 804226b5020242e2a35d1d6a0653c5baa40209bf /comms/Makefile | |
parent | 8f365c62a0e2c6e2e41a77892c2e49aa078e2a2f (diff) | |
download | freebsd-ports-gnome-a2374735563ee773bfce159a574ddb982ebd4be0.tar.gz freebsd-ports-gnome-a2374735563ee773bfce159a574ddb982ebd4be0.tar.zst freebsd-ports-gnome-a2374735563ee773bfce159a574ddb982ebd4be0.zip |
Yet another DCF77 decoder. This one is intended for the Raspberry Pi
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
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 0e4736a364f9..3c42f2e582a9 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -26,6 +26,7 @@ SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += dabstick-radio + SUBDIR += dcf77pi SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util |