mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Philips tuner supported
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca45869a88
commit
4adf929a90
3 changed files with 197 additions and 11 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef FMRADIO_I2C_H
|
||||
#define FMRADIO_I2C_H
|
||||
|
||||
void fmradio_i2c_read(unsigned char* p_data); /* reads 5 byte */
|
||||
void fmradio_i2c_set(const unsigned char* p_data); /* writes 5 bytes */
|
||||
int fmradio_i2c_write(int address, const unsigned char* buf, int count);
|
||||
int fmradio_i2c_read(int address, unsigned char* buf, int count);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue