Library for the ArduinoLearningKitStarter (ALKS) board by RoboticsBrno with definition of pins and initialization of peripheries (wiki).
Available at the Arduino Library Manager in Arduino IDE. To access it type CTRL + SHIFT + I or Sketch -> Include Library -> Manage Libraries.. and type ALSK or ArduinoLearningKitStarter. If you find the library, click on install button.
Available with PlatformIO - instalation steps.
void setupLeds()- sets the pins for LEDs to outputvoid setupRgbLeds()- sets the pins for RGB LEDs to outputvoid setupButtons()- sets the pins for buttons to input with pull-upvoid setupPiezo()- sets the pins for piezo to outputvoid setupAll()- calls all previous functions
Definition of pins, which are possible to use on board ALKS (PDF with pinout on board).
L_RorLED_REDL_GorLED_GREENL_YorLED_YELLOWL_BorLED_BLUEL_RGB_RorLED_RGB_REDL_RGB_GorLED_RGB_GREENL_RGB_BorLED_RGB_BLUE
S1orSERVO1S2orSERVO2S3orSERVO3S4orSERVO4S5orSERVO5
SW1SW2SW3
POT1POT2
PIEZO1PIEZO2
PHOTO
DHT_PIN