OpenRTX/openrtx/include/interfaces
tarxvf ac3c8ea711 Renamed sat_t data structure to gpssat_t, changed signedness of point_t coordinates from unsigned to signed.
rename sat_t to gpssat_t to avoid future name collisions
allow signed values in point_t to allow relative values
fix crash when attempting to 'draw' negative absolute pixel values (like when zooming a map)
2022-07-10 09:13:47 +02:00
..
audio.h Updated copyright headers 2022-06-02 09:56:05 +02:00
audio_path.h Updated copyright headers 2022-06-02 09:56:05 +02:00
audio_stream.h Extended output stream API to support also circular double-buffered mode, implemented output stream driver for MDx 2022-05-27 21:48:47 +02:00
cps_io.h Implement codeplug read and write functions 2022-06-01 16:05:35 +02:00
delays.h Added the 'sleepUntil' API function to delays interface, allowing to put a thread in sleeping state until a certain absolute timepoint is reached 2022-07-02 10:47:19 +02:00
display.h Updated copyright headers 2022-06-02 09:56:05 +02:00
gpio.h Updated copyright headers 2022-06-02 09:56:05 +02:00
gps.h Reorganised GPS driver to allow for non-blocking acquisition of NMEA sentences 2022-07-02 10:28:28 +02:00
graphics.h Renamed sat_t data structure to gpssat_t, changed signedness of point_t coordinates from unsigned to signed. 2022-07-10 09:13:47 +02:00
keyboard.h Refactored keyboard thread by moving the keypad scan logic to a dedicated function inside input.h 2022-07-02 10:28:28 +02:00
nvmem.h Separated interface for CPS loading from the non volatile memory one 2022-06-01 14:56:33 +02:00
platform.h Updated copyright headers 2022-06-02 09:56:05 +02:00
radio.h Updated copyright headers 2022-06-02 09:56:05 +02:00
rtc.h Reorganised data structures and functions to manage date and time 2022-07-02 10:28:28 +02:00