https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: d16cb3bd4fdc2ff2341111e62551dd228e936133 authored by Nikolaj P. Danilyuk on 21 January 2021, 07:09:19 UTC
Change calib tool. Move buttons in manual mode
Tip revision: d16cb3b
.gitignore
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# backups
*~
back to top