Uniot Core
0.8.1
Loading...
Searching...
No Matches
uniot::primitive Namespace Reference

Contains descriptions and implementations of primitive functions for hardware interaction. More...

Namespaces

namespace  name
 Contains string constants for Lisp primitive function names.
 

Functions

Object dwrite (Root root, VarObject env, VarObject list)
 
Object dread (Root root, VarObject env, VarObject list)
 Digital read primitive function for reading pin input state.
 
Object awrite (Root root, VarObject env, VarObject list)
 Analog write primitive function for setting PWM output.
 
Object aread (Root root, VarObject env, VarObject list)
 Analog read primitive function for reading analog input.
 
Object bclicked (Root root, VarObject env, VarObject list)
 Button clicked primitive function for checking button click status.
 

Detailed Description

Contains descriptions and implementations of primitive functions for hardware interaction.