├── LICENSE ├── README.md ├── SCRIPTS └── TOOLS │ └── LapTimer.lua ├── SOUNDS └── LAPTIME │ ├── better.wav │ ├── lap.wav │ ├── rdiscard.wav │ ├── rsaved.wav │ └── worse.wav └── ScreenShot ├── readme.md ├── screen-1.bmp ├── screen-2.bmp ├── screen-3.bmp ├── screen-4.bmp ├── screen-5.bmp └── screen-6.bmp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/README.md -------------------------------------------------------------------------------- /SCRIPTS/TOOLS/LapTimer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/SCRIPTS/TOOLS/LapTimer.lua -------------------------------------------------------------------------------- /SOUNDS/LAPTIME/better.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/SOUNDS/LAPTIME/better.wav -------------------------------------------------------------------------------- /SOUNDS/LAPTIME/lap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/SOUNDS/LAPTIME/lap.wav -------------------------------------------------------------------------------- /SOUNDS/LAPTIME/rdiscard.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/SOUNDS/LAPTIME/rdiscard.wav -------------------------------------------------------------------------------- /SOUNDS/LAPTIME/rsaved.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/SOUNDS/LAPTIME/rsaved.wav -------------------------------------------------------------------------------- /SOUNDS/LAPTIME/worse.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/SOUNDS/LAPTIME/worse.wav -------------------------------------------------------------------------------- /ScreenShot/readme.md: -------------------------------------------------------------------------------- 1 | Screen Shots 2 | -------------------------------------------------------------------------------- /ScreenShot/screen-1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/ScreenShot/screen-1.bmp -------------------------------------------------------------------------------- /ScreenShot/screen-2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/ScreenShot/screen-2.bmp -------------------------------------------------------------------------------- /ScreenShot/screen-3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/ScreenShot/screen-3.bmp -------------------------------------------------------------------------------- /ScreenShot/screen-4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/ScreenShot/screen-4.bmp -------------------------------------------------------------------------------- /ScreenShot/screen-5.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/ScreenShot/screen-5.bmp -------------------------------------------------------------------------------- /ScreenShot/screen-6.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadioMasterRC/EdgeTX-LapTimer/HEAD/ScreenShot/screen-6.bmp --------------------------------------------------------------------------------