├── G-Sender V2.4.hex ├── G-Sender_V2.4.2.hex ├── History version └── G-Sender_V2.3.hex ├── README.md ├── V2.4.2-auto.hex ├── doc ├── G-Sender LCD Menu Tree V1.1.pdf └── G-Sender Manual.pdf ├── images ├── G-Sender LCD Menu Tree V1.1.jpg ├── Xloader.JPG ├── wiring1.jpg └── wiring2.jpg ├── other ├── V2.4.2-homing.hex └── XLoader.zip ├── sch └── G-Sender V2.1.pdf └── src └── V2.4.2-auto └── gsender ├── LiquidCrystal.cpp ├── LiquidCrystal.h ├── cmd_cache.cpp ├── cmd_cache.h ├── encoder.cpp ├── encoder.h ├── gsender.h ├── gsender.ino ├── gsender_main.cpp ├── language.h ├── sdcard_opt.cpp ├── sdcard_opt.h ├── setting.cpp ├── setting.h ├── ultralcd.cpp └── ultralcd.h /G-Sender V2.4.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/G-Sender V2.4.hex -------------------------------------------------------------------------------- /G-Sender_V2.4.2.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/G-Sender_V2.4.2.hex -------------------------------------------------------------------------------- /History version/G-Sender_V2.3.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/History version/G-Sender_V2.3.hex -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/README.md -------------------------------------------------------------------------------- /V2.4.2-auto.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/V2.4.2-auto.hex -------------------------------------------------------------------------------- /doc/G-Sender LCD Menu Tree V1.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/doc/G-Sender LCD Menu Tree V1.1.pdf -------------------------------------------------------------------------------- /doc/G-Sender Manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/doc/G-Sender Manual.pdf -------------------------------------------------------------------------------- /images/G-Sender LCD Menu Tree V1.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/images/G-Sender LCD Menu Tree V1.1.jpg -------------------------------------------------------------------------------- /images/Xloader.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/images/Xloader.JPG -------------------------------------------------------------------------------- /images/wiring1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/images/wiring1.jpg -------------------------------------------------------------------------------- /images/wiring2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/images/wiring2.jpg -------------------------------------------------------------------------------- /other/V2.4.2-homing.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/other/V2.4.2-homing.hex -------------------------------------------------------------------------------- /other/XLoader.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/other/XLoader.zip -------------------------------------------------------------------------------- /sch/G-Sender V2.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/sch/G-Sender V2.1.pdf -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/LiquidCrystal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/LiquidCrystal.cpp -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/LiquidCrystal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/LiquidCrystal.h -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/cmd_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/cmd_cache.cpp -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/cmd_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/cmd_cache.h -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/encoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/encoder.cpp -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/encoder.h -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/gsender.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/gsender.h -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/gsender.ino: -------------------------------------------------------------------------------- 1 | #include "gsender.h" 2 | 3 | // Do not alter this file! 4 | -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/gsender_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/gsender_main.cpp -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/language.h -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/sdcard_opt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/sdcard_opt.cpp -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/sdcard_opt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/sdcard_opt.h -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/setting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/setting.cpp -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/setting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/setting.h -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/ultralcd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/ultralcd.cpp -------------------------------------------------------------------------------- /src/V2.4.2-auto/gsender/ultralcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LEKN-TECH/G-Sender/HEAD/src/V2.4.2-auto/gsender/ultralcd.h --------------------------------------------------------------------------------