OpenRTX/openrtx/include
Silvano Seva a5209d6f52 Modified range for display backlight level from 0 - 255 to 0 - 100, set minimum allowed level to 5. 2022-02-26 15:45:41 +01:00
..
calibration New radio driver for GDx. Renamed some entries in GDx calibration data structure 2021-05-29 08:20:12 +02:00
fonts/adafruit Manually trim FreeSans6pt7b font to make it more symmetric 2021-03-14 18:43:33 +01:00
interfaces Modified range for display backlight level from 0 - 255 to 0 - 100, set minimum allowed level to 5. 2022-02-26 15:45:41 +01:00
protocols/M17 Implemented function for inverse code puncturing in M17 protocol 2021-10-03 12:09:00 +02:00
rtx Added API function allowing to query the current status of the RX audio squelch 2021-12-23 14:52:25 +01:00
battery.h Modified 'battery_getCharge': now it takes as input the battery voltage in mV and returns charge percentage as an integer ranging from 0 to 100. Function body is implemented using fixed point math instead of floats for improved platform compatibility when hardware floating point support is not present. 2021-08-14 12:52:55 +02:00
chan.h Document functions with Doxygen format 2021-12-23 14:52:25 +01:00
cps.h Add a menu for clearing settings and vfo to sane defaults (#67) 2022-02-26 12:42:28 +01:00
datatypes.h Moved to C++ and refactored AT1846S driver, grouping common code. A C-callable wrapper is also provided. TG-37 2021-05-29 08:19:47 +02:00
dsp.h Class for implementation of FIR filters 2021-09-03 16:44:56 +02:00
event.h Moving to miosix kernel: swapped old uC/OS-III task management functions with pthread ones 2021-03-13 09:16:06 +01:00
gps.h Fix various warnings 2021-02-17 11:21:46 +01:00
input.h Added function to radio API allowing to fine tune the radio's VCXO polarisation voltage. Currently, this functionality is effective only on MD-3x0 devices. (TG-195 #ready-for-test) 2021-06-03 14:50:47 +02:00
memory_profiling.h Implemented stack and heap memory profiling functions. TG-47 2021-04-12 12:03:15 +02:00
queue.h Applied __attribute__((packed)) to all data structures to reduce memory footprint 2021-03-26 18:11:22 +01:00
settings.h Modified range for display backlight level from 0 - 255 to 0 - 100, set minimum allowed level to 5. 2022-02-26 15:45:41 +01:00
state.h Modified range for display backlight level from 0 - 255 to 0 - 100, set minimum allowed level to 5. 2022-02-26 15:45:41 +01:00
threads.h Made the main() thread run the UI task, thus removing the need for a dedicated one 2021-03-14 17:17:24 +01:00
ui.h Add a menu for clearing settings and vfo to sane defaults (#67) 2022-02-26 12:42:28 +01:00