1
0
Fork 0
forked from len0rd/rockbox

rds: add basic RDS clock-time support

Change-Id: I931182ccd20cf8899f3ce9b6b8d7c7c5f4ea006f
This commit is contained in:
Bertrik Sikken 2012-02-07 19:50:33 +01:00
parent 9a32a7b404
commit 43a940c8cb
3 changed files with 50 additions and 1 deletions

View file

@ -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);