DefaultPrimitives

The DefaultPrimitives component defines a set of primitives essential for interacting with hardware. These primitives serve as the bridge between Lisp scripts and the underlying system functionalities, enabling seamless communication and control.

Member Variables:

  • constexpr const char* dwrite Represents the dwrite primitive, responsible for writing the analog data to a specified GPIO pin.

  • constexpr const char* dread Represents the dread primitive, responsible for reading the current analog data from a specified GPIO pin.

  • constexpr const char* awrite Represents the awrite primitive, responsible for writing the analog data to a specified GPIO pin.

  • constexpr const char* aread Represents the aread primitive, responsible for reading the current analog data from a specified GPIO pin.

  • constexpr const char* bclicked Represents the bclicked primitive, responsible for handling button click.

Last updated