Sourcecode/codec.c: Difference between revisions
New page: Sample (pseudo) sourcecode to talk with the CODEC SPI interface. Used for example to interface with the touchscreen. <source lang=cpp> static u32 cdcCurrentPage = 99; u32 TouchReadBuf... |
mNo edit summary |
||
| Line 2: | Line 2: | ||
Used for example to interface with the touchscreen. | Used for example to interface with the touchscreen. | ||
<source lang=cpp> | <source lang=cpp> | ||
static u32 cdcCurrentPage = | static u32 cdcCurrentPage = -1; | ||
void CDC_ChangePage(u32 page) | void CDC_ChangePage(u32 page) | ||