Use the client library APIs
The Swallow nOS is implemented in a modular manner, providing low level functionality in a mixture of assembly, XC and C functions.
The user is abstracted from these low level details by the provision a client library. This library is contained in the file Swallow-nOS_client.xc
, which can be found in the Swallow nOS repository.
The available methods are documented via doxygen on the nOS doxygen website .