├── README.md ├── example ├── Radio_remote_over_serial │ └── Radio_remote_over_serial.ino ├── Radio_remote_read_and_write │ └── Radio_remote_read_and_write.ino ├── Radio_remote_read_to_serial │ └── Radio_remote_read_to_serial.ino ├── code_finder │ └── code_finder.ino └── emulator │ └── emulator.ino ├── keywords.txt ├── library.properties └── src ├── VAGRadioRemote.cpp └── VAGRadioRemote.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/README.md -------------------------------------------------------------------------------- /example/Radio_remote_over_serial/Radio_remote_over_serial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/example/Radio_remote_over_serial/Radio_remote_over_serial.ino -------------------------------------------------------------------------------- /example/Radio_remote_read_and_write/Radio_remote_read_and_write.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/example/Radio_remote_read_and_write/Radio_remote_read_and_write.ino -------------------------------------------------------------------------------- /example/Radio_remote_read_to_serial/Radio_remote_read_to_serial.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/example/Radio_remote_read_to_serial/Radio_remote_read_to_serial.ino -------------------------------------------------------------------------------- /example/code_finder/code_finder.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/example/code_finder/code_finder.ino -------------------------------------------------------------------------------- /example/emulator/emulator.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/example/emulator/emulator.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/library.properties -------------------------------------------------------------------------------- /src/VAGRadioRemote.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/src/VAGRadioRemote.cpp -------------------------------------------------------------------------------- /src/VAGRadioRemote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomaskovacik/VAGRadioRemote/HEAD/src/VAGRadioRemote.h --------------------------------------------------------------------------------