Wixel SDK
Wixel SDK Libraries

Radio Libraries

USB Libraries

Peripheral Driver Libraries

Basic Libraries

Standard C Libraries

The Small Device C Compiler (SDCC) provides library routines that may be useful for your application. In particular, if you need to format a string of ASCII text, sprintf is useful. SDCC also provides math routines and a memory allocation routine (malloc). See the Library Routines section of the SDCC manual for more information. Also, several of the example and test apps in the apps directory use printf or sprintf.