Skip to content

Available functions

Kryštof Černý edited this page Jul 5, 2018 · 3 revisions

ALKS library has built-in functions for fast configuration of pin modes.

  • setupLeds() - sets the pins for LEDs to output
  • setupRgbLeds() - sets the pins for RGB LED to output
  • setupButtons() - sets the pins for buttons to input with pull-up
  • setupPiezo() - sets the pins for piezo to output
  • setupAll() - calls all previous functions