Take a look at our exclusive creator program.
You can download the latest stable version of the Sinespace SDK from the Unity Asset Store. For convenience, we've also added direct download links for the latest and previous versions below.
Join our Discord community if you're interested in trying preview builds of upcoming versions. You'll need a creator account to upload your content using the SDK. For more information, visit our Creator Program Page. xc.h library download
SINESPACE SDK
SINESPACE SDK
: It makes your code more portable across different chips, as you don't have to manually change chip-specific header includes when switching devices. How to Download and Install
: Including it allows you to use Special Function Register (SFR) names (like PORTB or TRISB ) directly in your C code.
The library is not a standalone file you download individually; it is a critical component of the MPLAB XC Compilers . To obtain this file, you must download and install the appropriate XC compiler (XC8, XC16, or XC32) for your Microchip microcontroller. Why You Need xc.h
The xc.h file is a generic header that serves as a "gateway" to your specific hardware.