const int LED_PIN = 13;
void setup() {
ledSetup(LED_PIN);
Serial.begin(9600);
}
void loop() {
// zonderLoopOfEigenFuncties(LED_PIN);
// metForLussen(LED_PIN);
// // Met functie -----------------
// ledPols(LED_PIN, 1, 2000);
// ledPols(LED_PIN, 2, 2000);
}