forked from len0rd/rockbox
rds: add basic RDS clock-time support
Change-Id: I931182ccd20cf8899f3ce9b6b8d7c7c5f4ea006f
This commit is contained in:
parent
9a32a7b404
commit
43a940c8cb
3 changed files with 50 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
****************************************************************************/
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "time.h"
|
||||
|
||||
void rds_init(void);
|
||||
|
||||
|
|
@ -29,5 +30,6 @@ bool rds_process(uint16_t data[4]);
|
|||
uint16_t rds_get_pi(void);
|
||||
char* rds_get_ps(void);
|
||||
char* rds_get_rt(void);
|
||||
time_t rds_get_ct(void);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue