Library for ArduinoLearningKitStarter board from @RoboticsBrno with definition of pins.
Language:
C++
Created:
08.07.2017
Updated:
07.05.2020
Stars:
2
Visit on GitHub
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 functionsDefinition of pins, which are possible to use on board ALKS (PDF with pinout on board).
L_R
or LED_RED
L_G
or LED_GREEN
L_Y
or LED_YELLOW
L_B
or LED_BLUE
L_RGB_R
or LED_RGB_RED
L_RGB_G
or LED_RGB_GREEN
L_RGB_B
or LED_RGB_BLUE
S1
or SERVO1
S2
or SERVO2
S3
or SERVO3
S4
or SERVO4
S5
or SERVO5
SW1
SW2
SW3
POT1
POT2
PIEZO1
PIEZO2
PHOTO
DHT_PIN