mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-02 04:17:23 -04:00
fork of reebn's uBitx v6 firmware
PDQ_MinLib | ||
encoder.cpp | ||
encoder.h | ||
glcdfont.c | ||
keyer.cpp | ||
morse.cpp | ||
morse.h | ||
nano_font.cpp | ||
nano_font.h | ||
nano_gui.cpp | ||
nano_gui.h | ||
README.md | ||
settings.cpp | ||
settings.h | ||
setup.cpp | ||
setup.h | ||
ubitx_cat.cpp | ||
ubitx_si5351.cpp | ||
ubitx_ui.cpp | ||
ubitx_v6.3.1_code.ino | ||
ubitx.h |
ubitxv6
uBitx v6.3.1 Arduino sketch IMPORTANT: It will compile only if you place this in the Arduino's own sketch directory! This is because of the restricted places that the Arduino searches for it's include files (the headers).
- This is refactored to remove dependencies on any library except the standard Arduino libraries of SPI, I2C, EEPROM, etc.
- This works with ILI9341 display controller. The pins used by the TFT display are the same as that of the 16x2 LCD display of the previous versions.
- As the files are now split into .cpp files, the nano gui, morse reader, etc. can be reused in other projects as well
This is released under GPL v3 license.