Skip to Content
Lumensalis CircuitPython framework coming soon 🎉

Output concept

Outputs are things that can create change in the environment. Practical examples include

  • LEDs and other light producing devices
  • Audio output
  • Motion / motor control

An output is a destination for outgoing change.

Examples

  • An LED
  • position for an angular servo motor
  • speed for a DC motor or continuous rotation servo motor
  • a PWM signal for a fan or light dimmer
TypeDescription

Design notes for

Last updated on