![]() |
|
Uniot Core
|
| 0.8.1 |
Defines string constants for Lisp primitive function names. More...
Go to the source code of this file.
Namespaces | |
| namespace | uniot::primitive::name |
| Contains string constants for Lisp primitive function names. | |
| namespace | uniot |
| Contains all classes and functions related to the Uniot Core. | |
| namespace | uniot::primitive |
| Contains descriptions and implementations of primitive functions for hardware interaction. | |
Variables | |
| constexpr const char * | uniot::primitive::name::dwrite = "dwrite" |
| Primitive for digital write operations. | |
| constexpr const char * | uniot::primitive::name::dread = "dread" |
| Primitive for digital read operations. | |
| constexpr const char * | uniot::primitive::name::awrite = "awrite" |
| Primitive for analog write operations. | |
| constexpr const char * | uniot::primitive::name::aread = "aread" |
| Primitive for analog read operations. | |
| constexpr const char * | uniot::primitive::name::bclicked = "bclicked" |
| Primitive for detecting button click events. | |
Defines string constants for Lisp primitive function names.
This header provides standardized names for primitive operations that can be used in Lisp expressions for interacting with hardware I/O and device functionality.