├── LICENSE ├── README.md ├── assets ├── demo_video.gif └── wiring_diagram.png ├── docs ├── theory.md └── use_case.md ├── examples └── servo_control_example.ino └── src └── main.cpp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/README.md -------------------------------------------------------------------------------- /assets/demo_video.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/assets/demo_video.gif -------------------------------------------------------------------------------- /assets/wiring_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/assets/wiring_diagram.png -------------------------------------------------------------------------------- /docs/theory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/docs/theory.md -------------------------------------------------------------------------------- /docs/use_case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/docs/use_case.md -------------------------------------------------------------------------------- /examples/servo_control_example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/examples/servo_control_example.ino -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Iloke-Alusala/ELRS-ESP32-Channel-Decoder/HEAD/src/main.cpp --------------------------------------------------------------------------------