├── DTMF ├── DTMF.cpp ├── DTMF.h └── dtmf_test │ ├── audio_1.gif │ ├── audiocheck.net_dtmf_123_456_789_987_654_321_ABCD_DCBA.wav │ ├── dialabc_1234567890spABCD.wav │ └── dtmf_test.ino ├── LICENSE ├── README.md └── relai_radio_dtmf.ino /DTMF/DTMF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/DTMF/DTMF.cpp -------------------------------------------------------------------------------- /DTMF/DTMF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/DTMF/DTMF.h -------------------------------------------------------------------------------- /DTMF/dtmf_test/audio_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/DTMF/dtmf_test/audio_1.gif -------------------------------------------------------------------------------- /DTMF/dtmf_test/audiocheck.net_dtmf_123_456_789_987_654_321_ABCD_DCBA.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/DTMF/dtmf_test/audiocheck.net_dtmf_123_456_789_987_654_321_ABCD_DCBA.wav -------------------------------------------------------------------------------- /DTMF/dtmf_test/dialabc_1234567890spABCD.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/DTMF/dtmf_test/dialabc_1234567890spABCD.wav -------------------------------------------------------------------------------- /DTMF/dtmf_test/dtmf_test.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/DTMF/dtmf_test/dtmf_test.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/README.md -------------------------------------------------------------------------------- /relai_radio_dtmf.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fatpat/arduino-remote-switch-dtmf/HEAD/relai_radio_dtmf.ino --------------------------------------------------------------------------------