result 1
result 2
Go back to reference home
Search
functions
napc_version
Get the version of libnapc.
napc_getFullVersion
Get the full version of libnapc.
napc_puts
Print a string to console/serial.
napc_putc
Print a character to console/serial.
napc_printf
Print a printf()-like formatted string.
napc_mute
Disable console/serial output.
napc_unmute
Enable console/serial output.
napc_getTimeSinceBoot
Get time since boot.
napc_delay
Delay program execution.
napc_delayUs
Delay program execution.
napc_snprintf
Format printf()-like string.
napc_vsnprintf
Format printf()-like string.
napc_strncpy
Copy a string.
napc_strlen
Get length of string.
napc_streql
Compare two strings.
napc_streqli
Compare two strings.
napc_memeql
Compare two memory regions.
napc_mzero
Zero out memory region.
napc_getUptime
Get uptime in seconds.
napc_getFreeMemory
Get free memory.
napc_getRandomBitSources
Get source ids for randomness.