OpenRTX/openrtx/include/interfaces
Federico Amedeo Izzo 1000133c01 Create thread structure
Now main.c creates four threads to manage
- UI
- Platform state
- Analog radio
- Digital radio

Every thread has an entry point named `*_main()` like `ui_main()`
that gets executed periodically depending on the given interval
2020-11-14 19:33:56 +01:00
..
datatypes.h UI: Add VFO frequency to main screen 2020-11-03 15:15:36 +01:00
delays.h Start migrating code from previous work 2020-11-03 15:15:35 +01:00
display.h Remove screenWidth and screenHeight getters. 2020-11-03 15:15:36 +01:00
gpio.h Made gpio API completely platform independent 2020-11-03 15:15:35 +01:00
graphics.h Remove screenWidth and screenHeight getters. 2020-11-03 15:15:36 +01:00
keyboard.h Added flag for 'monitor' button to keyboard driver, implemented 'monitor' and 'function' buttons in MDxx380 keyboard driver 2020-11-03 15:15:36 +01:00
platform.h Made platform_getVbat returning the battery voltage in V instead of mV. 2020-11-03 15:15:36 +01:00
rtc.h Adding interface for RTC drivers 2020-11-03 15:15:36 +01:00
state.h Create thread structure 2020-11-14 19:33:56 +01:00
ui.h Create thread structure 2020-11-14 19:33:56 +01:00